diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-11-14 17:02:48 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-14 17:02:48 (GMT) |
commit | 6e17e8b9fb74b9fb9f6ea331f7f4a049c5b4c4b8 (patch) | |
tree | ffdc43eb9a9b3a49fc8a18202f44f808c6cb9b08 /arch | |
parent | afa17a500a3667f66df450100538d06769529bba (diff) | |
download | linux-6e17e8b9fb74b9fb9f6ea331f7f4a049c5b4c4b8.tar.xz |
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 5b5c174..7f23665 100644 --- a/arch/alpha/include/asm/unistd.h +++ b/arch/alpha/include/asm/unistd.h @@ -433,10 +433,11 @@ #define __NR_signalfd 476 #define __NR_timerfd 477 #define __NR_eventfd 478 +#define __NR_recvmmsg 479 #ifdef __KERNEL__ -#define NR_SYSCALLS 479 +#define NR_SYSCALLS 480 #define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_OLD_READDIR |