]> git.pld-linux.org Git - packages/strace.git/blob - strace-getdents64.patch
- updated to 4.5.3 (better support for NPTL threads)
[packages/strace.git] / strace-getdents64.patch
1 diff -Nur strace-4.4.orig/linux/alpha/syscallent.h strace-4.4/linux/alpha/syscallent.h
2 --- strace-4.4.orig/linux/alpha/syscallent.h    Fri Oct 19 16:35:06 2001
3 +++ strace-4.4/linux/alpha/syscallent.h Fri Oct 19 16:35:23 2001
4 @@ -405,7 +405,7 @@
5         { 2,    TF,     sys_pivot_root,         "pivot_root"            }, /* 374 */
6         { 3,    0,      sys_mincore,            "mincore"               }, /* 375 */
7         { 3,    0,      printargs,              "pciconfig_iobase"      }, /* 376 */
8 -       { 4,    0,      sys_getdents64,         "getdents64"            }, /* 377 */
9 +       { 3,    0,      sys_getdents64,         "getdents64"            }, /* 377 */
10         { 0,    0,      printargs,              "gettid"                }, /* 378 */
11         { 4,    0,      sys_readahead,          "readahead"             }, /* 379 */
12         { 5,    0,      printargs,              "SYS_380"               }, /* 380 */
13 --- strace-4.4.94/linux/sparc/syscallent.h.orig Fri Apr  4 09:08:08 2003
14 +++ strace-4.4.94/linux/sparc/syscallent.h      Fri Apr  4 09:09:57 2003
15 @@ -152,8 +152,8 @@
16         { 4,    TN,     sys_getmsg,     "getmsg" },             /* 151 */
17         { 4,    TN,     sys_putmsg,     "putmsg" },             /* 152 */
18         { 3,    0,      sys_poll,       "poll" },               /* 153 */
19 -       { 4,    0,      sys_getdents64, "getdents64" },         /* 154 */
20 -       { 1,    0,      printargs,      "nfssvc" },             /* 155 */
21 +       { 3,    0,      sys_getdents64, "getdents64" },         /* 154 */
22 +       { 3,    0,      sys_fcntl,      "fcntl64" },            /* 155 */
23         { 4,    0,      printargs,      "getdirentries" },      /* 156 */
24         { 2,    TF,     sys_statfs,     "statfs" },             /* 157 */
25         { 2,    0,      sys_fstatfs,    "fstatfs" },            /* 158 */
This page took 0.129138 seconds and 3 git commands to generate.