From b22dfe381e5c681efb9018c2043c4e2ca0371803 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 2 Dec 2005 03:57:00 +0000 Subject: [PATCH] 2005-07-31 Ulrich Drepper * linux/x86_64/syscallent.h: Fix syscall parameter count for msgrcv and msgctl. --- linux/x86_64/syscallent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.50.1