[PATCH] sh: Add entry for accept4 (not-multiplexed path)
Carmelo AMOROSO
carmelo.amoroso at st.com
Tue Jan 4 15:30:40 UTC 2011
* linux/sh/syscallent.h: Add specific entry for accept4 (not-multiplexed)
available in kernel mainline since v2.6.37-rc6.
See http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=21b6e4c7106b2d68a6710506d8706608272fd78b
Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
---
linux/sh/syscallent.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h
index 3dd68f9..ebf3c66 100644
--- a/linux/sh/syscallent.h
+++ b/linux/sh/syscallent.h
@@ -390,7 +390,7 @@
{ 5, TN, sys_sendmsg, "sendmsg" }, /* 355 */
{ 5, TN, sys_recvmsg, "recvmsg" }, /* 356 */
{ 5, TN, sys_recvmmsg, "recvmmsg" }, /* 357 */
- { 5, 0, printargs, "SYS_358" }, /* 358 */
+ { 4, TN, sys_accept4, "accept4" }, /* 358 */
{ 5, 0, printargs, "SYS_359" }, /* 359 */
{ 5, 0, printargs, "SYS_360" }, /* 360 */
{ 5, 0, printargs, "SYS_361" }, /* 361 */
--
1.5.5.6
More information about the Strace-devel
mailing list