]> granicus.if.org Git - strace/commitdiff
2005-07-31 Ulrich Drepper <drepper@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 2 Dec 2005 03:57:00 +0000 (03:57 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 2 Dec 2005 03:57:00 +0000 (03:57 +0000)
* linux/x86_64/syscallent.h: Fix syscall parameter count for msgrcv and
msgctl.

linux/x86_64/syscallent.h

index 926095cf0165cf06fb042bffe3f0259ac90d4571..41c17939f1d9bda59d5ee71557e3fc88198ddcde 100644 (file)
@@ -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 */