]> granicus.if.org Git - strace/commitdiff
Fix epoll_ctl syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 25 Nov 2011 23:40:16 +0000 (23:40 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 25 Nov 2011 23:40:16 +0000 (23:40 +0000)
* linux/arm/syscallent.h: Fix epoll_ctl flags and handler.
* linux/m68k/syscallent.h: Fix epoll_ctl flags.
* linux/x86_64/syscallent.h: Fix number of epoll_ctl arguments.

linux/arm/syscallent.h
linux/m68k/syscallent.h
linux/x86_64/syscallent.h

index a2ecfafca399d54be8dba289a9cbef370989cf63..c66073558f510392c678405ba384e7861e6fb78e 100644 (file)
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 248 */
        { 4,    0,      sys_lookup_dcookie,     "lookup_dcookie"}, /* 249 */
        { 1,    TD,     sys_epoll_create,       "epoll_create"  }, /* 250 */
-       { 4,    0,      printargs,              "epoll_ctl"     }, /* 251 */
+       { 4,    TD,     sys_epoll_ctl,          "epoll_ctl"     }, /* 251 */
        { 4,    0,      printargs,              "epoll_wait"    }, /* 252 */
        { 5,    0,      sys_remap_file_pages,   "remap_file_pages"}, /* 253 */
        { 5,    0,      printargs,              "SYS_254"       }, /* 254 */
index bee1694c9cb4f06c856f60b18074ec745d54fa14..1d6aea721d37fa58bec7d499c8e70ad075bd44e8 100644 (file)
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 247 */
        { 4,    0,      sys_lookup_dcookie,     "lookup_dcookie"}, /* 248 */
        { 1,    TD,     sys_epoll_create,       "epoll_create"  }, /* 249 */
-       { 4,    0,      sys_epoll_ctl,          "epoll_ctl"     }, /* 250 */
+       { 4,    TD,     sys_epoll_ctl,          "epoll_ctl"     }, /* 250 */
        { 4,    0,      sys_epoll_wait,         "epoll_wait"    }, /* 251 */
        { 5,    0,      sys_remap_file_pages,   "remap_file_pages"}, /* 252 */
        { 1,    0,      sys_set_tid_address,    "set_tid_address"}, /* 253 */
index e8259a062339da43d30a90ae7ae8afa541f351c2..a314f19b966c1d5274e5f39159ce3bf5e88aa70a 100644 (file)
        { 4,    0,      sys_clock_nanosleep,    "clock_nanosleep"}, /* 230 */
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 231 */
        { 5,    TD,     sys_epoll_wait,         "epoll_wait"    }, /* 232 */
-       { 5,    TD,     sys_epoll_ctl,          "epoll_ctl"     }, /* 233 */
+       { 4,    TD,     sys_epoll_ctl,          "epoll_ctl"     }, /* 233 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 234 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 235 */
        { 5,    0,      sys_vserver,            "vserver"       }, /* 236 */