diff options
Diffstat (limited to 'include/asm-x86/unistd_64.h')
-rw-r--r-- | include/asm-x86/unistd_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/unistd_64.h b/include/asm-x86/unistd_64.h index a1a4a5b6e5ee..f0fb2bd40cdb 100644 --- a/include/asm-x86/unistd_64.h +++ b/include/asm-x86/unistd_64.h | |||
@@ -647,6 +647,8 @@ __SYSCALL(__NR_signalfd4, sys_signalfd4) | |||
647 | __SYSCALL(__NR_eventfd2, sys_eventfd2) | 647 | __SYSCALL(__NR_eventfd2, sys_eventfd2) |
648 | #define __NR_epoll_create2 291 | 648 | #define __NR_epoll_create2 291 |
649 | __SYSCALL(__NR_epoll_create2, sys_epoll_create2) | 649 | __SYSCALL(__NR_epoll_create2, sys_epoll_create2) |
650 | #define __NR_dup3 292 | ||
651 | __SYSCALL(__NR_dup3, sys_dup3) | ||
650 | 652 | ||
651 | 653 | ||
652 | #ifndef __NO_STUBS | 654 | #ifndef __NO_STUBS |