Skip to content

Commit

Permalink
asm-generic/unistd.h: support sendmmsg syscall
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Metcalf <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
  • Loading branch information
cmetcalf-tilera committed Jun 2, 2011
1 parent 3cc39b3 commit b36a968
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 @@ -683,9 +683,11 @@ __SC_COMP(__NR_clock_adjtime, sys_clock_adjtime, compat_sys_clock_adjtime)
__SYSCALL(__NR_syncfs, sys_syncfs)
#define __NR_setns 268
__SYSCALL(__NR_setns, sys_setns)
#define __NR_sendmmsg 269
__SC_COMP(__NR_sendmmsg, sys_sendmmsg, compat_sys_sendmmsg)

#undef __NR_syscalls
#define __NR_syscalls 269
#define __NR_syscalls 270

/*
* All syscalls below here should go away really,
Expand Down

0 comments on commit b36a968

Please sign in to comment.