X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fglob.h;h=fed06745354a77bf707e54c089fc63f19ba01cc7;hb=4653b98711f280270fa049654460610f587ba7b4;hp=4a562a206d5202397ca989ff373bdf18bf6f4f4f;hpb=49eacf29d29fa704b2feda879978ae64a825358c;p=musl 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