diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/xstat.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/xstat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/xstat.c b/sysdeps/unix/sysv/linux/i386/xstat.c index 7dd83550de..7f71a11d0c 100644 --- a/sysdeps/unix/sysv/linux/i386/xstat.c +++ b/sysdeps/unix/sysv/linux/i386/xstat.c @@ -47,7 +47,9 @@ extern int __have_no_stat64; int __xstat (int vers, const char *name, struct stat *buf) { +#if __ASSUME_STAT64_SYSCALL == 0 struct kernel_stat kbuf; +#endif int result; if (vers == _STAT_VER_KERNEL) |