Skip to content

Commit

Permalink
sh: wire up accept4 syscall (non-multiplexed path)
Browse files Browse the repository at this point in the history
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Carmelo AMOROSO authored and Paul Mundt committed Dec 14, 2010
1 parent 80fbf83 commit 21b6e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/sh/include/asm/unistd_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,9 @@
#define __NR_sendmsg 355
#define __NR_recvmsg 356
#define __NR_recvmmsg 357
#define __NR_accept4 358

#define NR_syscalls 358
#define NR_syscalls 359

#ifdef __KERNEL__

Expand Down
1 change: 1 addition & 0 deletions arch/sh/kernel/syscalls_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,4 @@ ENTRY(sys_call_table)
.long sys_sendmsg /* 355 */
.long sys_recvmsg
.long sys_recvmmsg
.long sys_accept4

0 comments on commit 21b6e4c

Please sign in to comment.