]> git.pld-linux.org Git - packages/strace.git/blame - strace-getdents64.patch
- updated to 4.5.3 (better support for NPTL threads)
[packages/strace.git] / strace-getdents64.patch
CommitLineData
f90d9891
JB
1diff -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
4add37e9 4@@ -405,7 +405,7 @@
ed799d14
AM
5 { 2, TF, sys_pivot_root, "pivot_root" }, /* 374 */
6 { 3, 0, sys_mincore, "mincore" }, /* 375 */
7 { 3, 0, printargs, "pciconfig_iobase" }, /* 376 */
4add37e9 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 */
8756befb 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 @@
de4e0a62
JR
16 { 4, TN, sys_getmsg, "getmsg" }, /* 151 */
17 { 4, TN, sys_putmsg, "putmsg" }, /* 152 */
18 { 3, 0, sys_poll, "poll" }, /* 153 */
8756befb 19- { 4, 0, sys_getdents64, "getdents64" }, /* 154 */
de4e0a62 20- { 1, 0, printargs, "nfssvc" }, /* 155 */
8756befb 21+ { 3, 0, sys_getdents64, "getdents64" }, /* 154 */
22+ { 3, 0, sys_fcntl, "fcntl64" }, /* 155 */
de4e0a62
JR
23 { 4, 0, printargs, "getdirentries" }, /* 156 */
24 { 2, TF, sys_statfs, "statfs" }, /* 157 */
25 { 2, 0, sys_fstatfs, "fstatfs" }, /* 158 */
This page took 0.068288 seconds and 4 git commands to generate.