X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fftw.h;h=e7e8fdee53b17e2b581cfdf52ac987238947444f;hp=ffbddfa79caf59cd0f198b9ba36e789f0acfeb61;hb=ac5d085691e5a797a21ae36111aa0b274e1cf4ba;hpb=2dd8d5e1b8ba1118ff1782e96545cb8a2318592c diff --git a/include/ftw.h b/include/ftw.h index ffbddfa7..e7e8fdee 100644 --- a/include/ftw.h +++ b/include/ftw.h @@ -32,7 +32,7 @@ struct FTW int ftw(const char *, int (*)(const char *, const struct stat *, int), int); int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); -#ifdef _LARGEFILE64_SOURCE +#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) #define ftw64 ftw #define nftw64 nftw #endif