diff options
Diffstat (limited to 'doc/posix-functions/readdir_r.texi')
-rw-r--r-- | doc/posix-functions/readdir_r.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/readdir_r.texi b/doc/posix-functions/readdir_r.texi index 1e5640e796..4c0d5e64b4 100644 --- a/doc/posix-functions/readdir_r.texi +++ b/doc/posix-functions/readdir_r.texi @@ -17,7 +17,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, 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 |