aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r--sysdeps/unix/sysv/linux/i386/fxstat.c2
-rw-r--r--sysdeps/unix/sysv/linux/i386/lxstat.c2
-rw-r--r--sysdeps/unix/sysv/linux/i386/xstat.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/fxstat.c b/sysdeps/unix/sysv/linux/i386/fxstat.c
index 2f48dc2..c4e24cf 100644
--- a/sysdeps/unix/sysv/linux/i386/fxstat.c
+++ b/sysdeps/unix/sysv/linux/i386/fxstat.c
@@ -46,7 +46,9 @@ extern int __have_no_stat64;
int
__fxstat (int vers, int fd, struct stat *buf)
{
+#if __ASSUME_STAT64_SYSCALL == 0
struct kernel_stat kbuf;
+#endif
int result;
if (vers == _STAT_VER_KERNEL)
diff --git a/sysdeps/unix/sysv/linux/i386/lxstat.c b/sysdeps/unix/sysv/linux/i386/lxstat.c
index f40bc2b..ee89ec1 100644
--- a/sysdeps/unix/sysv/linux/i386/lxstat.c
+++ b/sysdeps/unix/sysv/linux/i386/lxstat.c
@@ -47,7 +47,9 @@ extern int __have_no_stat64;
int
__lxstat (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)
diff --git a/sysdeps/unix/sysv/linux/i386/xstat.c b/sysdeps/unix/sysv/linux/i386/xstat.c
index 7dd8355..7f71a11 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)