sparc: Add missing __NR_recvmmsg define.
authorDavid S. Miller <davem@davemloft.net>
Thu, 15 Oct 2009 04:32:43 +0000 (21:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Oct 2009 04:32:43 +0000 (21:32 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/unistd.h

index 42f2316..d8d25bd 100644 (file)
 #define __NR_pwritev           325
 #define __NR_rt_tgsigqueueinfo 326
 #define __NR_perf_event_open   327
+#define __NR_recvmmsg          328
 
-#define NR_SYSCALLS            328
+#define NR_SYSCALLS            329
 
 #ifdef __32bit_syscall_numbers__
 /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,