diff options
Diffstat (limited to 'include/asm-sparc/unistd_64.h')
-rw-r--r-- | include/asm-sparc/unistd_64.h | 8 |
1 files changed, 7 insertions, 1 deletions
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 |