Skip to content

Commit

Permalink
asm-generic: add sys_recvmmsg to unistd.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann committed Dec 10, 2009
1 parent 9ab8764 commit 3d77038
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/asm-generic/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3d77038

Please sign in to comment.