summaryrefslogtreecommitdiff
path: root/linux/arm
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-11-25 23:45:28 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-11-25 23:45:28 +0000
commit609ccb229aac20c15a3b2c6eba0a93a662f19000 (patch)
tree73863366de4c87dc6b47fa7b5d8897f77ec94db3 /linux/arm
parent6ea78df972bb23e24855143981166cbf6ad7e2c1 (diff)
downloadstrace-609ccb229aac20c15a3b2c6eba0a93a662f19000.tar.gz
strace-609ccb229aac20c15a3b2c6eba0a93a662f19000.tar.bz2
strace-609ccb229aac20c15a3b2c6eba0a93a662f19000.tar.xz
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.
Diffstat (limited to 'linux/arm')
-rw-r--r--linux/arm/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h
index c660735..2a9aba2 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 */