diff options
-rw-r--r-- | include/asm-x86_64/unistd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h index 595703949df3..18a0b01c8045 100644 --- a/include/asm-x86_64/unistd.h +++ b/include/asm-x86_64/unistd.h | |||
@@ -621,6 +621,9 @@ __SYSCALL(__NR_vmsplice, sys_vmsplice) | |||
621 | __SYSCALL(__NR_move_pages, sys_move_pages) | 621 | __SYSCALL(__NR_move_pages, sys_move_pages) |
622 | #define __NR_utimensat 280 | 622 | #define __NR_utimensat 280 |
623 | __SYSCALL(__NR_utimensat, sys_utimensat) | 623 | __SYSCALL(__NR_utimensat, sys_utimensat) |
624 | #define __IGNORE_getcpu /* implemented as a vsyscall */ | ||
625 | #define __NR_epoll_pwait 281 | ||
626 | __SYSCALL(__NR_epoll_pwait, sys_epoll_pwait) | ||
624 | 627 | ||
625 | #ifndef __NO_STUBS | 628 | #ifndef __NO_STUBS |
626 | #define __ARCH_WANT_OLD_READDIR | 629 | #define __ARCH_WANT_OLD_READDIR |