commit | 21b6e4c7106b2d68a6710506d8706608272fd78b | [log] [tgz] |
---|---|---|
author | Carmelo AMOROSO <carmelo.amoroso@st.com> | Mon Dec 13 10:20:26 2010 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Dec 14 17:58:10 2010 +0900 |
tree | 9fbabefe9c5b170bccd9b8f2c0b19060d1ccc6e7 | |
parent | 80fbf8382e110656ea67327300f16cfd2488a9bf [diff] [blame] |
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>
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index e872e81..6fc347e 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S
@@ -375,3 +375,4 @@ .long sys_sendmsg /* 355 */ .long sys_recvmsg .long sys_recvmmsg + .long sys_accept4