asm-generic: add sys_recvmmsg to unistd.h
authorArnd Bergmann <arnd@arndb.de>
Thu, 10 Dec 2009 21:15:20 +0000 (22:15 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 10 Dec 2009 21:18:37 +0000 (22:18 +0100)
sys_recvmmsg was recently merged, add it to asm-generic
as well so new architectures can use it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/unistd.h

index c5545da..30e38b1 100644 (file)
@@ -624,9 +624,11 @@ __SYSCALL(__NR_rt_tgsigqueueinfo, sys_rt_tgsigqueueinfo)
 __SYSCALL(__NR_perf_event_open, sys_perf_event_open)
 #define __NR_accept4 242
 __SYSCALL(__NR_accept4, sys_accept4)
+#define __NR_recvmmsg 243
+__SYSCALL(__NR_recvmmsg, sys_recvmmsg)
 
 #undef __NR_syscalls
-#define __NR_syscalls 243
+#define __NR_syscalls 244
 
 /*
  * All syscalls below here should go away really,