X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Freaddir_r.texi;h=4c0d5e64b4e9a0b8c640e8090722ad649b917fb8;hb=9723bfe9bb9af8309314ad6230f7661000ba03b1;hp=be73ee294cc00b46879c5f9f03cb3879a0cd2c1b;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-functions/readdir_r.texi b/doc/posix-functions/readdir_r.texi index be73ee294..4c0d5e64b 100644 --- a/doc/posix-functions/readdir_r.texi +++ b/doc/posix-functions/readdir_r.texi @@ -10,12 +10,17 @@ Portability problems fixed by Gnulib: @itemize @item This function has an incompatible declaration on some platforms: -Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). +Solaris 11 2010-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). @end itemize Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -mingw, BeOS. +Minix 3.1.8, mingw, MSVC 9, BeOS. +@item +On platforms where @code{off_t} is a 32-bit type, this function may not +work correctly on huge directories larger than 2 GB. Also, on platforms +where @code{ino_t} is a 32-bit type, this function may report inode numbers +incorrectly. The fix is to use the @code{AC_SYS_LARGEFILE} macro. @end itemize