From: Roland McGrath Date: Mon, 19 Nov 2007 22:10:24 +0000 (+0000) Subject: 2007-11-19 Andreas Schwab X-Git-Tag: v4.5.18~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bf8732210ba6c9df02f523b14adfb8186ae3f53;p=strace 2007-11-19 Andreas Schwab * linux/syscallent.h: Fix argument count for getdents64. * linux/arm/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. --- diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index d4fb91de..8718cf70 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -247,7 +247,7 @@ { 1, 0, sys_setgid, "setgid32" }, /* 214 */ { 1, 0, sys_setfsuid, "setfsuid32" }, /* 215 */ { 1, 0, sys_setfsgid, "setfsgid32" }, /* 216 */ - { 4, 0, sys_getdents64, "getdents64" }, /* 217 */ + { 3, 0, sys_getdents64, "getdents64" }, /* 217 */ { 2, TF, sys_pivotroot, "pivot_root" }, /* 218 */ { 3, 0, printargs, "mincore" }, /* 219 */ { 3, 0, sys_madvise, "madvise" }, /* 220 */ diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h index fa959b77..2beeb292 100644 --- a/linux/m68k/syscallent.h +++ b/linux/m68k/syscallent.h @@ -248,7 +248,7 @@ { 2, TF, sys_pivotroot, "pivot_root" }, /* 217 */ { 5, 0, printargs, "SYS_218" }, /* 218 */ { 5, 0, printargs, "SYS_219" }, /* 219 */ - { 4, 0, sys_getdents64, "getdents64" }, /* 220 */ + { 3, TD, sys_getdents64, "getdents64" }, /* 220 */ { 0, 0, printargs, "gettid" }, /* 221 */ { 2, TS, sys_kill, "tkill" }, /* 222 */ { 5, TF, sys_setxattr, "setxattr" }, /* 223 */ diff --git a/linux/syscallent.h b/linux/syscallent.h index 716d9cf0..01642439 100644 --- a/linux/syscallent.h +++ b/linux/syscallent.h @@ -250,7 +250,7 @@ { 2, TF, sys_pivotroot, "pivot_root" }, /* 217 */ { 3, 0, sys_mincore, "mincore" }, /* 218 */ { 3, 0, sys_madvise, "madvise" }, /* 219 */ - { 4, TD, sys_getdents64, "getdents64" }, /* 220 */ + { 3, TD, sys_getdents64, "getdents64" }, /* 220 */ { 3, TD, sys_fcntl, "fcntl64" }, /* 221 */ { 4, 0, printargs, "SYS_222" }, /* 222 */ /*TODO*/{ 5, 0, printargs, "security" }, /* 223 */ diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index 22020579..0b4189f0 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -215,7 +215,7 @@ { 4, 0, printargs, "epoll_ctl_old" }, /* 214 */ { 4, 0, printargs, "epoll_wait_old"}, /* 215 */ { 5, 0, sys_remap_file_pages, "remap_file_pages"}, /* 216 */ - { 4, TD, sys_getdents64, "getdents64" }, /* 217 */ + { 3, TD, sys_getdents64, "getdents64" }, /* 217 */ { 1, 0, printargs, "set_tid_address"}, /* 218 */ { 0, 0, sys_restart_syscall, "restart_syscall"}, /* 219 */ { 5, TI, sys_semtimedop, "semtimedop" }, /* 220 */