poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / glob.texi
blob74ac551ebcde3ec0ab339be0374d1cd22687329d
1 @node glob
2 @section @code{glob}
3 @findex glob
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/glob.html}
7 Gnulib module: glob
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, MSVC 14, Android 8.1.
14 @item
15 This function does not list symbolic links to nonexistent files among the results,
16 on some platforms:
17 glibc 2.26, AIX 7.2, HP-UX 11, Solaris 11.4.
18 @item
19 On platforms where @code{off_t} is a 32-bit type, this function may not
20 work correctly on huge directories larger than 2 GB.
21 (Cf. @code{AC_SYS_LARGEFILE}.)
22 @end itemize
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @item
27 Some platforms may store additional flags in the @code{gl_flags} field.
28 @end itemize