diff options
Diffstat (limited to 'sysdeps/gnu/glob64-lstat-compat.c')
-rw-r--r-- | sysdeps/gnu/glob64-lstat-compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/gnu/glob64-lstat-compat.c b/sysdeps/gnu/glob64-lstat-compat.c index 6764f1d..ade4cca 100644 --- a/sysdeps/gnu/glob64-lstat-compat.c +++ b/sysdeps/gnu/glob64-lstat-compat.c @@ -39,7 +39,8 @@ #define GLOB_ATTRIBUTE attribute_compat_text_section /* Avoid calling gl_lstat with GLOB_ALTDIRFUNC. */ -#define GLOB_NO_LSTAT +#define GLOB_LSTAT gl_stat +#define GLOB_LSTAT64 __stat64 #include <posix/glob.c> |