]> granicus.if.org Git - strace/commitdiff
2005-02-01 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 2 Feb 2005 02:54:33 +0000 (02:54 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 2 Feb 2005 02:54:33 +0000 (02:54 +0000)
* linux/x86_64/syscallent.h: Fix exit_group entry.

linux/x86_64/syscallent.h

index eba66fc4e5abd5070e90b7ffe42018a78cba3032..646c1aef8668d336025ea444ca01eabe5c0aaa25 100644 (file)
        { 2,    0,      sys_clock_gettime,      "clock_gettime" }, /* 228 */
        { 2,    0,      sys_clock_getres,       "clock_getres"  }, /* 229 */
        { 4,    0,      sys_clock_nanosleep,    "clock_nanosleep"}, /* 230 */
-       { 5,    0,      printargs,              "exit_group"    }, /* 231 */
+       { 1,    TP,     sys_exit,               "exit_group"    }, /* 231 */
        { 5,    0,      sys_epoll_wait,         "epoll_wait"    }, /* 232 */
        { 5,    0,      sys_epoll_ctl,          "epoll_ctl"     }, /* 233 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 234 */