diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-25 18:18:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-25 18:18:31 -0400 |
commit | f1373da87be917e5b2356af44764620487376a07 (patch) | |
tree | 64f3feeba42d3cda5806c061bfa89a9007ba9134 /include/asm-sparc | |
parent | fb2e405fc1fc8b20d9c78eaa1c7fd5a297efde43 (diff) |
sparc: Wire up new system calls.
This wires up the recently added Wire up signalfd4, eventfd2,
epoll_create1, dup3, pipe2, and inotify_init1 system calls.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r-- | include/asm-sparc/unistd_32.h | 8 | ||||
-rw-r--r-- | include/asm-sparc/unistd_64.h | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/include/asm-sparc/unistd_32.h b/include/asm-sparc/unistd_32.h index 2338a0276377..648643a9f139 100644 --- a/include/asm-sparc/unistd_32.h +++ b/include/asm-sparc/unistd_32.h | |||
@@ -332,8 +332,14 @@ | |||
332 | #define __NR_fallocate 314 | 332 | #define __NR_fallocate 314 |
333 | #define __NR_timerfd_settime 315 | 333 | #define __NR_timerfd_settime 315 |
334 | #define __NR_timerfd_gettime 316 | 334 | #define __NR_timerfd_gettime 316 |
335 | #define __NR_signalfd4 317 | ||
336 | #define __NR_eventfd2 318 | ||
337 | #define __NR_epoll_create1 319 | ||
338 | #define __NR_dup3 320 | ||
339 | #define __NR_pipe2 321 | ||
340 | #define __NR_inotify_init1 322 | ||
335 | 341 | ||
336 | #define NR_SYSCALLS 317 | 342 | #define NR_SYSCALLS 323 |
337 | 343 | ||
338 | /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants, | 344 | /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants, |
339 | * it never had the plain ones and there is no value to adding those | 345 | * it never had the plain ones and there is no value to adding those |
diff --git a/include/asm-sparc/unistd_64.h b/include/asm-sparc/unistd_64.h index 13be4453a1f0..c5cc0e052321 100644 --- a/include/asm-sparc/unistd_64.h +++ b/include/asm-sparc/unistd_64.h | |||
@@ -334,8 +334,14 @@ | |||
334 | #define __NR_fallocate 314 | 334 | #define __NR_fallocate 314 |
335 | #define __NR_timerfd_settime 315 | 335 | #define __NR_timerfd_settime 315 |
336 | #define __NR_timerfd_gettime 316 | 336 | #define __NR_timerfd_gettime 316 |
337 | #define __NR_signalfd4 317 | ||
338 | #define __NR_eventfd2 318 | ||
339 | #define __NR_epoll_create1 319 | ||
340 | #define __NR_dup3 320 | ||
341 | #define __NR_pipe2 321 | ||
342 | #define __NR_inotify_init1 322 | ||
337 | 343 | ||
338 | #define NR_SYSCALLS 317 | 344 | #define NR_SYSCALLS 323 |
339 | 345 | ||
340 | #ifdef __KERNEL__ | 346 | #ifdef __KERNEL__ |
341 | #define __ARCH_WANT_IPC_PARSE_VERSION | 347 | #define __ARCH_WANT_IPC_PARSE_VERSION |