diff options
Diffstat (limited to 'arch')
-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 5b5c17485942..7f23665122df 100644 --- a/arch/alpha/include/asm/unistd.h +++ b/arch/alpha/include/asm/unistd.h | |||
@@ -433,10 +433,11 @@ | |||
433 | #define __NR_signalfd 476 | 433 | #define __NR_signalfd 476 |
434 | #define __NR_timerfd 477 | 434 | #define __NR_timerfd 477 |
435 | #define __NR_eventfd 478 | 435 | #define __NR_eventfd 478 |
436 | #define __NR_recvmmsg 479 | ||
436 | 437 | ||
437 | #ifdef __KERNEL__ | 438 | #ifdef __KERNEL__ |
438 | 439 | ||
439 | #define NR_SYSCALLS 479 | 440 | #define NR_SYSCALLS 480 |
440 | 441 | ||
441 | #define __ARCH_WANT_IPC_PARSE_VERSION | 442 | #define __ARCH_WANT_IPC_PARSE_VERSION |
442 | #define __ARCH_WANT_OLD_READDIR | 443 | #define __ARCH_WANT_OLD_READDIR |