Skip to content
Snippets Groups Projects
Commit 3d770387 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

asm-generic: add sys_recvmmsg to unistd.h


sys_recvmmsg was recently merged, add it to asm-generic
as well so new architectures can use it.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 9ab87644
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment