From: Roland McGrath Date: Fri, 2 Dec 2005 03:57:00 +0000 (+0000) Subject: 2005-07-31 Ulrich Drepper X-Git-Tag: v4.5.18~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b22dfe381e5c681efb9018c2043c4e2ca0371803;p=strace 2005-07-31 Ulrich Drepper * linux/x86_64/syscallent.h: Fix syscall parameter count for msgrcv and msgctl. --- diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index 926095cf..41c17939 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -68,8 +68,8 @@ { 4, TI, sys_shmdt, "shmdt" }, /* 67 */ { 4, TI, sys_msgget, "msgget" }, /* 68 */ { 4, TI, sys_msgsnd, "msgsnd" }, /* 69 */ - { 4, TI, sys_msgrcv, "msgrcv" }, /* 70 */ - { 4, TI, sys_msgctl, "msgctl" }, /* 71 */ + { 5, TI, sys_msgrcv, "msgrcv" }, /* 70 */ + { 3, TI, sys_msgctl, "msgctl" }, /* 71 */ { 3, TD, sys_fcntl, "fcntl" }, /* 72 */ { 2, TD, sys_flock, "flock" }, /* 73 */ { 1, TD, sys_fsync, "fsync" }, /* 74 */