Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
ae67e498
Commit
ae67e498
authored
May 14, 2007
by
Tony Luck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IA64] wire up {signal,timer,event}fd syscalls
Signed-off-by:
Tony Luck
<
tony.luck@intel.com
>
parent
72fdbdce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
arch/ia64/kernel/entry.S
arch/ia64/kernel/entry.S
+3
-0
include/asm-ia64/unistd.h
include/asm-ia64/unistd.h
+4
-1
No files found.
arch/ia64/kernel/entry.S
View file @
ae67e498
...
...
@@ -1585,5 +1585,8 @@ sys_call_table:
data8
sys_getcpu
data8
sys_epoll_pwait
//
1305
data8
sys_utimensat
data8
sys_signalfd
data8
sys_timerfd
data8
sys_eventfd
.
org
sys_call_table
+
8
*
NR_syscalls
//
guard
against
failures
to
increase
NR_syscalls
include/asm-ia64/unistd.h
View file @
ae67e498
...
...
@@ -296,11 +296,14 @@
#define __NR_getcpu 1304
#define __NR_epoll_pwait 1305
#define __NR_utimensat 1306
#define __NR_signalfd 1307
#define __NR_timerfd 1308
#define __NR_eventfd 1309
#ifdef __KERNEL__
#define NR_syscalls 28
3
/* length of syscall table */
#define NR_syscalls 28
6
/* length of syscall table */
#define __ARCH_WANT_SYS_RT_SIGACTION
#define __ARCH_WANT_SYS_RT_SIGSUSPEND
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment