Commit 6e17e8b9 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo Committed by David S. Miller

alpha: Fixup recvmmsg syscall glue

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent afa17a50
...@@ -433,10 +433,11 @@ ...@@ -433,10 +433,11 @@
#define __NR_signalfd 476 #define __NR_signalfd 476
#define __NR_timerfd 477 #define __NR_timerfd 477
#define __NR_eventfd 478 #define __NR_eventfd 478
#define __NR_recvmmsg 479
#ifdef __KERNEL__ #ifdef __KERNEL__
#define NR_SYSCALLS 479 #define NR_SYSCALLS 480
#define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_READDIR
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment