]> granicus.if.org Git - strace/commitdiff
2007-11-19 Andreas Schwab <schwab@suse.de>
authorRoland McGrath <roland@redhat.com>
Mon, 19 Nov 2007 22:10:24 +0000 (22:10 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 19 Nov 2007 22:10:24 +0000 (22:10 +0000)
* linux/syscallent.h: Fix argument count for getdents64.
* linux/arm/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.

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

index d4fb91deb1628b70d1e3a136cd8d577b125b978f..8718cf70b3e50b636dcca767631ae4533d433c91 100644 (file)
        { 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 */
index fa959b77f756883c8a5ba04ae35c0c330351081f..2beeb29224604d3c2ce7dde16ff6ff987ac483c7 100644 (file)
        { 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 */
index 716d9cf0a3432ee0020b43dd0216ac2c6429e8c1..016424394ba03004b898be99b8396de47a0c992d 100644 (file)
        { 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 */
index 22020579b61917bbda81778397811bb27abc9bfa..0b4189f08a1a1658773c2c23b64cee34e0d41806 100644 (file)
        { 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 */