diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/glob64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/glob64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/glob64.c b/sysdeps/unix/sysv/linux/glob64.c index 022ae54848..e5c506b435 100644 --- a/sysdeps/unix/sysv/linux/glob64.c +++ b/sysdeps/unix/sysv/linux/glob64.c @@ -15,4 +15,6 @@ #undef __stat #define __stat(file, buf) stat64 (file, buf) +#define NO_GLOB_PATTERN_P 1 + #include <sysdeps/generic/glob.c> |