forked from pool/strace
12 lines
276 B
Diff
12 lines
276 B
Diff
--- file.c
|
|
+++ file.c
|
|
@@ -1225,7 +1225,7 @@
|
|
printpath(tcp, tcp->u_arg[1]);
|
|
tprintf(", ");
|
|
} else {
|
|
-#ifdef HAVE_STAT64
|
|
+#if defined HAVE_STAT64 && !(defined POWERPC && defined __powerpc64__)
|
|
printstat64(tcp, tcp->u_arg[2]);
|
|
#else
|
|
printstat(tcp, tcp->u_arg[2]);
|