From: Erik Johansson Date: Mon, 11 Aug 2014 08:26:56 +0000 (+0200) Subject: sh: fix syscall numbering for recv and sendto X-Git-Tag: v4.9~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5588a8e129092d88937c433719abf37ce433d9e;p=platform%2Fupstream%2Fstrace.git sh: fix syscall numbering for recv and sendto * linux/sh/syscallent.h: Swap recv and sendto syscall entries. --- diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h index 75c15f7d..7033af11 100644 --- a/linux/sh/syscallent.h +++ b/linux/sh/syscallent.h @@ -379,8 +379,8 @@ { 3, TN, sys_getpeername, "getpeername" }, /* 346 */ { 4, TN, sys_socketpair, "socketpair" }, /* 347 */ { 4, TN, sys_send, "send" }, /* 348 */ - { 4, TN, sys_recv, "recv" }, /* 349 */ - { 6, TN, sys_sendto, "sendto" }, /* 350 */ + { 6, TN, sys_sendto, "sendto" }, /* 349 */ + { 4, TN, sys_recv, "recv" }, /* 350 */ { 6, TN, sys_recvfrom, "recvfrom" }, /* 351 */ { 2, TN, sys_shutdown, "shutdown" }, /* 352 */ { 5, TN, sys_setsockopt, "setsockopt" }, /* 353 */