]> git.pld-linux.org Git - packages/strace.git/blame - strace-getdents64.patch
- orphaned, outdated
[packages/strace.git] / strace-getdents64.patch
CommitLineData
11bd378c
JB
1--- strace-4.5.14/linux/alpha/syscallent.h.orig 2006-01-21 22:46:18.938740250 +0100
2+++ strace-4.5.14/linux/alpha/syscallent.h 2006-01-21 22:53:55.047245250 +0100
4add37e9 3@@ -405,7 +405,7 @@
11bd378c 4 { 2, TF, sys_pivotroot, "pivot_root" }, /* 374 */
ed799d14
AM
5 { 3, 0, sys_mincore, "mincore" }, /* 375 */
6 { 3, 0, printargs, "pciconfig_iobase" }, /* 376 */
11bd378c
JB
7- { 4, TD, sys_getdents64, "getdents64" }, /* 377 */
8+ { 3, TD, sys_getdents64, "getdents64" }, /* 377 */
4add37e9 9 { 0, 0, printargs, "gettid" }, /* 378 */
11bd378c 10 { 4, TD, sys_readahead, "readahead" }, /* 379 */
4add37e9 11 { 5, 0, printargs, "SYS_380" }, /* 380 */
11bd378c
JB
12--- strace-4.5.14/linux/sparc/syscallent.h.orig 2006-01-21 22:46:18.942740500 +0100
13+++ strace-4.5.14/linux/sparc/syscallent.h 2006-01-21 22:52:02.012181000 +0100
959810c2 14@@ -152,7 +152,7 @@
de4e0a62
JR
15 { 4, TN, sys_getmsg, "getmsg" }, /* 151 */
16 { 4, TN, sys_putmsg, "putmsg" }, /* 152 */
11bd378c
JB
17 { 3, TD, sys_poll, "poll" }, /* 153 */
18- { 4, TD, sys_getdents64, "getdents64" }, /* 154 */
19+ { 3, TD, sys_getdents64, "getdents64" }, /* 154 */
20 { 3, TD, sys_fcntl, "fcntl64" }, /* 155 */
de4e0a62
JR
21 { 4, 0, printargs, "getdirentries" }, /* 156 */
22 { 2, TF, sys_statfs, "statfs" }, /* 157 */
This page took 0.068754 seconds and 4 git commands to generate.