author | Rich Felker <dalias@aerifal.cx> | 2012年06月04日 08:03:56 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012年06月04日 08:03:56 -0400 |
commit | 3b94daba711090f1936f59fae6f7cbcba963b29e (patch) | |
tree | f00ea56519214432ee3fd99a287272cf1a770233 /include/dirent.h | |
parent | bd45dc9446166186cfdd5bc89ba719afa9ee7d4c (diff) | |
download | musl-3b94daba711090f1936f59fae6f7cbcba963b29e.tar.gz |
-rw-r--r-- | include/dirent.h | 2 |
diff --git a/include/dirent.h b/include/dirent.h index 81623562..cb8cb248 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -50,7 +50,7 @@ int scandir(const char *, struct dirent ***, int (*)(const struct dirent *), int #define DTTOIF(x) ((x)<<12) #endif -#ifdef _LARGEFILE64_SOURCE +#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) #define dirent64 dirent #define readdir64 readdir #define readdir64_r readdir_r |