diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-25 22:18:31 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-25 22:18:31 (GMT) |
commit | f1373da87be917e5b2356af44764620487376a07 (patch) | |
tree | 64f3feeba42d3cda5806c061bfa89a9007ba9134 /include/asm-sparc/unistd_32.h | |
parent | fb2e405fc1fc8b20d9c78eaa1c7fd5a297efde43 (diff) | |
download | linux-fsl-qoriq-f1373da87be917e5b2356af44764620487376a07.tar.xz |
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/unistd_32.h')
-rw-r--r-- | include/asm-sparc/unistd_32.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/asm-sparc/unistd_32.h b/include/asm-sparc/unistd_32.h index 2338a02..648643a 100644 --- a/include/asm-sparc/unistd_32.h +++ b/include/asm-sparc/unistd_32.h @@ -332,8 +332,14 @@ #define __NR_fallocate 314 #define __NR_timerfd_settime 315 #define __NR_timerfd_gettime 316 +#define __NR_signalfd4 317 +#define __NR_eventfd2 318 +#define __NR_epoll_create1 319 +#define __NR_dup3 320 +#define __NR_pipe2 321 +#define __NR_inotify_init1 322 -#define NR_SYSCALLS 317 +#define NR_SYSCALLS 323 /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants, * it never had the plain ones and there is no value to adding those |