]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c
Use XSTAT_IS_XSTAT64 in generic xstat functions
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / generic / wordsize-32 / lxstat.c
index 395f98b06f42c502f67308fe943d3393eb0dd392..dd0338b485d7438feb91a908a86ded9eb0f3a940 100644 (file)
@@ -25,6 +25,7 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
+#if !XSTAT_IS_XSTAT64
 #include "overflow.h"
 
 /* Get information about the file NAME in BUF.  */
@@ -41,3 +42,4 @@ __lxstat (int vers, const char *name, struct stat *buf)
   return -1;
 }
 hidden_def (__lxstat)
+#endif