2 @section @code{readdir_r}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/readdir_r.html}
7 Gnulib module: extensions
9 Portability problems fixed by Gnulib:
12 This function has an incompatible declaration on some platforms:
13 Solaris 11 2010-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
16 Portability problems not fixed by Gnulib:
19 This function is missing on some platforms:
22 On platforms where @code{off_t} is a 32-bit type, this function may not
23 work correctly on huge directories larger than 2 GB. Also, on platforms
24 where @code{ino_t} is a 32-bit type, this function may report inode numbers
25 incorrectly. The fix is to use the @code{AC_SYS_LARGEFILE} macro.