diff options
Diffstat (limited to 'arch/alpha/include/asm/unistd.h')
-rw-r--r-- | arch/alpha/include/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/unistd.h b/arch/alpha/include/asm/unistd.h index b1834166922d..4ac48a095f3a 100644 --- a/arch/alpha/include/asm/unistd.h +++ b/arch/alpha/include/asm/unistd.h | |||
@@ -456,10 +456,11 @@ | |||
456 | #define __NR_open_by_handle_at 498 | 456 | #define __NR_open_by_handle_at 498 |
457 | #define __NR_clock_adjtime 499 | 457 | #define __NR_clock_adjtime 499 |
458 | #define __NR_syncfs 500 | 458 | #define __NR_syncfs 500 |
459 | #define __NR_setns 501 | ||
459 | 460 | ||
460 | #ifdef __KERNEL__ | 461 | #ifdef __KERNEL__ |
461 | 462 | ||
462 | #define NR_SYSCALLS 501 | 463 | #define NR_SYSCALLS 502 |
463 | 464 | ||
464 | #define __ARCH_WANT_IPC_PARSE_VERSION | 465 | #define __ARCH_WANT_IPC_PARSE_VERSION |
465 | #define __ARCH_WANT_OLD_READDIR | 466 | #define __ARCH_WANT_OLD_READDIR |