author | Rich Felker <dalias@aerifal.cx> | 2022年09月27日 15:04:05 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2022年10月19日 14:01:31 -0400 |
commit | 25e6fee27f4a293728dd15b659170e7b9c7db9bc (patch) | |
tree | 021a60df1b99aee79c94d4cfd1c3ca19b13e6a57 /include/glob.h | |
parent | 246f1c811448f37a44b41cd8df8d0ef9736d95f4 (diff) | |
download | musl-25e6fee27f4a293728dd15b659170e7b9c7db9bc.tar.gz |
-rw-r--r-- | include/glob.h | 2 |
diff --git a/include/glob.h b/include/glob.h index 4a562a20..fed06745 100644 --- a/include/glob.h +++ b/include/glob.h @@ -39,7 +39,7 @@ void globfree(glob_t *); #define GLOB_NOMATCH 3 #define GLOB_NOSYS 4 -#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) +#if defined(_LARGEFILE64_SOURCE) #define glob64 glob #define globfree64 globfree #define glob64_t glob_t |