X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fftw.h;fp=include%2Fftw.h;h=e7e8fdee53b17e2b581cfdf52ac987238947444f;hp=ffbddfa79caf59cd0f198b9ba36e789f0acfeb61;hb=3b94daba711090f1936f59fae6f7cbcba963b29e;hpb=bd45dc9446166186cfdd5bc89ba719afa9ee7d4c 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