X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fglob.texi;h=21102f74c2225e97db96948db4cfe10f2f1c9f66;hb=fdd1b511c5c12912aae79b58e0c5f6ffa0492d6e;hp=648272929b5759411c32b2e21f0b2bdc19f69bb8;hpb=599a664564268f6a1b5895c928a59459c9851b2a;p=gnulib.git diff --git a/doc/posix-functions/glob.texi b/doc/posix-functions/glob.texi index 648272929..21102f74c 100644 --- a/doc/posix-functions/glob.texi +++ b/doc/posix-functions/glob.texi @@ -10,10 +10,11 @@ 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. +This function does not list symbolic links to nonexistent files among the results, +on some platforms: +glibc 2.14, AIX 7.1, HP-UX 11, Solaris 11 2011-11. @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.