diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-11-14 12:02:48 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-14 12:02:48 -0500 |
commit | 6e17e8b9fb74b9fb9f6ea331f7f4a049c5b4c4b8 (patch) | |
tree | ffdc43eb9a9b3a49fc8a18202f44f808c6cb9b08 /arch | |
parent | afa17a500a3667f66df450100538d06769529bba (diff) |
alpha: Fixup recvmmsg syscall glue
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 |