aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2009-10-14 21:32:43 -0700
committerDavid S. Miller <davem@davemloft.net>2009-10-14 21:32:43 -0700
commit09115cd42b52704ebd1789524e3e318963a5558d (patch)
tree983e6dcc5e04e6ed814c9c31e0fa6bf3d12e7251
parentnet: sk_drops consolidation (diff)
downloadlinux-dev-09115cd42b52704ebd1789524e3e318963a5558d.tar.xz
linux-dev-09115cd42b52704ebd1789524e3e318963a5558d.zip
sparc: Add missing __NR_recvmmsg define.
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--arch/sparc/include/asm/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/unistd.h b/arch/sparc/include/asm/unistd.h
index 42f2316c3eaa..d8d25bd97121 100644
--- a/arch/sparc/include/asm/unistd.h
+++ b/arch/sparc/include/asm/unistd.h
@@ -396,8 +396,9 @@
#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,