]> granicus.if.org Git - strace/commitdiff
2007-11-01 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Thu, 1 Nov 2007 21:55:56 +0000 (21:55 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 1 Nov 2007 21:55:56 +0000 (21:55 +0000)
* linux/mips/syscallent.h: Fix argument count for lookup_dcookie.
From Paul Mundt <lethal@linux-sh.org>.

linux/mips/syscallent.h

index 0eb57f64a29f1a4c4a5c05c0e095ae0652ed83b2..1b31d0dc4bbe89d06f54575483aab6a91b6d69b4 100644 (file)
        { 3,    0,      sys_io_submit,          "io_submit"     }, /* 4244 */
        { 3,    0,      sys_io_cancel,          "io_cancel"     }, /* 4245 */
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 4246 */
-       { 3,    0,      printargs,              "lookup_dcookie"}, /* 4247 */
+       { 4,    0,      printargs,              "lookup_dcookie"}, /* 4247 */
        { 1,    0,      sys_epoll_create,       "epoll_create"  }, /* 4248 */
        { 4,    TD,     sys_epoll_ctl,          "epoll_ctl"     }, /* 4249 */
        { 3,    TD,     sys_epoll_wait,         "epoll_wait"    }, /* 4250 */