aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/gnu/glob64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/gnu/glob64.c')
-rw-r--r--sysdeps/gnu/glob64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/glob64.c b/sysdeps/gnu/glob64.c
index 42b5b22..32ac018 100644
--- a/sysdeps/gnu/glob64.c
+++ b/sysdeps/gnu/glob64.c
@@ -12,7 +12,7 @@
#undef stat
#define stat stat64
#undef __stat
-#define __stat(file, buf) __xstat64 (_STAT_VER, file, buf)
+#define __stat(file, buf) __stat64 (file, buf)
#define COMPILE_GLOB64 1