diff options
Diffstat (limited to 'arch/x86/include/asm/unistd_64.h')
-rw-r--r-- | arch/x86/include/asm/unistd_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/unistd_64.h b/arch/x86/include/asm/unistd_64.h index 81a3d5b70235..5466bea670e7 100644 --- a/arch/x86/include/asm/unistd_64.h +++ b/arch/x86/include/asm/unistd_64.h | |||
@@ -673,6 +673,8 @@ __SYSCALL(__NR_prlimit64, sys_prlimit64) | |||
673 | __SYSCALL(__NR_name_to_handle_at, sys_name_to_handle_at) | 673 | __SYSCALL(__NR_name_to_handle_at, sys_name_to_handle_at) |
674 | #define __NR_open_by_handle_at 304 | 674 | #define __NR_open_by_handle_at 304 |
675 | __SYSCALL(__NR_open_by_handle_at, sys_open_by_handle_at) | 675 | __SYSCALL(__NR_open_by_handle_at, sys_open_by_handle_at) |
676 | #define __NR_clock_adjtime 305 | ||
677 | __SYSCALL(__NR_clock_adjtime, sys_clock_adjtime) | ||
676 | 678 | ||
677 | #ifndef __NO_STUBS | 679 | #ifndef __NO_STUBS |
678 | #define __ARCH_WANT_OLD_READDIR | 680 | #define __ARCH_WANT_OLD_READDIR |