summaryrefslogtreecommitdiff
path: root/linux/s390
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-11-25 23:51:53 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-11-25 23:51:53 +0000
commite86f54272c6968a4a0ed2d9c397a6ab3f74d4749 (patch)
treecb288d4370c5ea1cdd878b589d93e0016a640111 /linux/s390
parent609ccb229aac20c15a3b2c6eba0a93a662f19000 (diff)
downloadstrace-e86f54272c6968a4a0ed2d9c397a6ab3f74d4749.tar.gz
strace-e86f54272c6968a4a0ed2d9c397a6ab3f74d4749.tar.bz2
strace-e86f54272c6968a4a0ed2d9c397a6ab3f74d4749.tar.xz
Fix sendmsg syscall entries
* linux/arm/syscallent.h: Fix number of sendmsg arguments. * linux/avr32/syscallent.h: Likewise. * linux/bfin/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/tile/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise.
Diffstat (limited to 'linux/s390')
-rw-r--r--linux/s390/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h
index 11db798..be76b2d 100644
--- a/linux/s390/syscallent.h
+++ b/linux/s390/syscallent.h
@@ -448,7 +448,7 @@
{ 2, TN, sys_shutdown, "shutdown" }, /* 413 */
{ 5, TN, sys_setsockopt, "setsockopt" }, /* 414 */
{ 5, TN, sys_getsockopt, "getsockopt" }, /* 415 */
- { 5, TN, sys_sendmsg, "sendmsg" }, /* 416 */
+ { 3, TN, sys_sendmsg, "sendmsg" }, /* 416 */
{ 5, TN, sys_recvmsg, "recvmsg" }, /* 417 */
{ 4, TN, sys_accept4, "accept4" }, /* 418 */
{ 5, TN, sys_recvmmsg, "recvmmsg" }, /* 419 */