-rw-r--r-- | include/glob.h | 2 |
diff --git a/include/glob.h b/include/glob.h index 92ec7517..376baa71 100644 --- a/include/glob.h +++ b/include/glob.h @@ -34,7 +34,7 @@ void globfree(glob_t *); #define GLOB_NOMATCH 3 #define GLOB_NOSYS 4 -#ifdef _LARGEFILE64_SOURCE +#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) #define glob64 glob #define globfree64 globfree #endif |