diff options
Diffstat (limited to 'doc/posix-functions/scandir.texi')
-rw-r--r-- | doc/posix-functions/scandir.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/scandir.texi b/doc/posix-functions/scandir.texi index 7252d09a51..672c6c7f0c 100644 --- a/doc/posix-functions/scandir.texi +++ b/doc/posix-functions/scandir.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, Solaris 9, mingw, BeOS. +Minix 3.1.8, Solaris 9, 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 |