2007-03-21 Andreas Schwab <schwab@suse.de>

* file.c (sys_newfstatat): Don't use printstat64 on ppc64.
This commit is contained in:
Roland McGrath 2007-07-05 19:01:17 +00:00
parent c219f7c462
commit 359c8ed57c

2
file.c
View File

@ -1193,7 +1193,7 @@ sys_newfstatat(struct tcb *tcp)
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]);