From: Dmitry V. Levin Date: Fri, 25 Nov 2011 23:45:28 +0000 (+0000) Subject: Fix epoll_wait syscall entries X-Git-Tag: v4.7~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=609ccb229aac20c15a3b2c6eba0a93a662f19000;p=strace Fix epoll_wait syscall entries * linux/arm/syscallent.h: Fix epoll_wait flags and handler. * linux/m68k/syscallent.h: Fix epoll_wait flags. * linux/microblaze/syscallent.h: Fix number of epoll_wait arguments. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. --- diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index c6607355..2a9aba2a 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -282,7 +282,7 @@ { 4, 0, sys_lookup_dcookie, "lookup_dcookie"}, /* 249 */ { 1, TD, sys_epoll_create, "epoll_create" }, /* 250 */ { 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 251 */ - { 4, 0, printargs, "epoll_wait" }, /* 252 */ + { 4, TD, sys_epoll_wait, "epoll_wait" }, /* 252 */ { 5, 0, sys_remap_file_pages, "remap_file_pages"}, /* 253 */ { 5, 0, printargs, "SYS_254" }, /* 254 */ { 5, 0, printargs, "SYS_255" }, /* 255 */ diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h index 1d6aea72..086cc15d 100644 --- a/linux/m68k/syscallent.h +++ b/linux/m68k/syscallent.h @@ -279,7 +279,7 @@ { 4, 0, sys_lookup_dcookie, "lookup_dcookie"}, /* 248 */ { 1, TD, sys_epoll_create, "epoll_create" }, /* 249 */ { 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 250 */ - { 4, 0, sys_epoll_wait, "epoll_wait" }, /* 251 */ + { 4, TD, 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 */ { 3, 0, sys_timer_create, "timer_create" }, /* 254 */ diff --git a/linux/microblaze/syscallent.h b/linux/microblaze/syscallent.h index 67db8aeb..f7896940 100644 --- a/linux/microblaze/syscallent.h +++ b/linux/microblaze/syscallent.h @@ -282,7 +282,7 @@ { 4, 0, sys_lookup_dcookie, "lookup_dcookie"}, /* 253 */ { 1, TD, sys_epoll_create, "epoll_create" }, /* 254 */ { 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 255 */ - { 3, TD, sys_epoll_wait, "epoll_wait" }, /* 256 */ + { 4, TD, sys_epoll_wait, "epoll_wait" }, /* 256 */ { 5, 0, sys_remap_file_pages, "remap_file_pages"}, /* 257 */ { 1, 0, sys_set_tid_address, "set_tid_address"}, /* 258 */ { 3, 0, sys_timer_create, "timer_create" }, /* 259 */ diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h index 09f7cc55..bb9a4708 100644 --- a/linux/sh/syscallent.h +++ b/linux/sh/syscallent.h @@ -288,7 +288,7 @@ { 4, 0, sys_lookup_dcookie, "lookup_dcookie"}, /* 253 */ { 1, TD, sys_epoll_create, "epoll_create" }, /* 254 */ { 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 255 */ - { 3, TD, sys_epoll_wait, "epoll_wait" }, /* 256 */ + { 4, TD, sys_epoll_wait, "epoll_wait" }, /* 256 */ { 5, 0, sys_remap_file_pages, "remap_file_pages"}, /* 257 */ { 1, 0, sys_set_tid_address, "set_tid_address"}, /* 258 */ { 3, 0, sys_timer_create, "timer_create" }, /* 259 */ diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index 0eaf57ac..0dacde13 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -312,7 +312,7 @@ { 4, 0, sys_lookup_dcookie, "lookup_dcookie"}, /* 281 */ { 1, TD, sys_epoll_create, "epoll_create" }, /* 282 */ { 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 283 */ - { 3, TD, sys_epoll_wait, "epoll_wait" }, /* 284 */ + { 4, TD, sys_epoll_wait, "epoll_wait" }, /* 284 */ { 5, 0, sys_remap_file_pages, "remap_file_pages"}, /* 285 */ { 1, 0, sys_set_tid_address, "set_tid_address"}, /* 286 */ { 3, 0, sys_timer_create, "timer_create" }, /* 287 */ diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index a314f19b..7905f6f3 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -230,7 +230,7 @@ { 2, 0, sys_clock_getres, "clock_getres" }, /* 229 */ { 4, 0, sys_clock_nanosleep, "clock_nanosleep"}, /* 230 */ { 1, TP, sys_exit, "exit_group" }, /* 231 */ - { 5, TD, sys_epoll_wait, "epoll_wait" }, /* 232 */ + { 4, TD, sys_epoll_wait, "epoll_wait" }, /* 232 */ { 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 233 */ { 3, TS, sys_tgkill, "tgkill" }, /* 234 */ { 2, TF, sys_utimes, "utimes" }, /* 235 */