diff options
author | Carmelo AMOROSO <carmelo.amoroso@st.com> | 2010-12-13 10:20:26 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-12-14 17:58:10 +0900 |
commit | 21b6e4c7106b2d68a6710506d8706608272fd78b (patch) | |
tree | 9fbabefe9c5b170bccd9b8f2c0b19060d1ccc6e7 /arch/sh/include/asm | |
parent | 80fbf8382e110656ea67327300f16cfd2488a9bf (diff) | |
download | linux-21b6e4c7106b2d68a6710506d8706608272fd78b.tar.bz2 |
sh: wire up accept4 syscall (non-multiplexed path)
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r-- | arch/sh/include/asm/unistd_32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h index 903cd618eb74..d6741fca89a4 100644 --- a/arch/sh/include/asm/unistd_32.h +++ b/arch/sh/include/asm/unistd_32.h @@ -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__ |