X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fglob.texi;h=0b98883e5741e8010494f53f32f3c8f33303ceb7;hb=f40e1532834adc754cac576a07d43b9556f89a97;hp=96ae5ff4dc0525335762459fbeb3f10810d3bbf4;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-functions/glob.texi b/doc/posix-functions/glob.texi index 96ae5ff4d..0b98883e5 100644 --- a/doc/posix-functions/glob.texi +++ b/doc/posix-functions/glob.texi @@ -10,10 +10,14 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -IRIX 5.3, mingw, BeOS. +IRIX 5.3, mingw, MSVC 9, BeOS. @item This function may list symbolic links to nonexistent files among the results, on some platforms. +@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. +(Cf. @code{AC_SYS_LARGEFILE}.) @end itemize Portability problems not fixed by Gnulib: