X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Frewinddir.texi;fp=doc%2Fposix-functions%2Frewinddir.texi;h=6f789ce9b3dc477fcb973d7d1f879f7ceb80261a;hb=4e39aa42880fd6a5c6d55f67c912381c0d0980aa;hp=4492d4f386d0005daa4d0e3b7e460754ef604052;hpb=912da04e8be8f7b78ea66c0fba08b2ceb292b8b0;p=gnulib.git diff --git a/doc/posix-functions/rewinddir.texi b/doc/posix-functions/rewinddir.texi index 4492d4f38..6f789ce9b 100644 --- a/doc/posix-functions/rewinddir.texi +++ b/doc/posix-functions/rewinddir.texi @@ -13,6 +13,9 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize @item +This function is missing on some platforms: +MSVC 9. +@item On platforms where @code{long int} is a 32-bit type, this function may not work correctly on huge directories larger than 2 GB. The fix is to use the @code{AC_SYS_LARGEFILE} macro (only on MacOS X systems).