diff options
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 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 |