poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / fnmatch.texi
blob0e239f6c658be0b01f214639aa02bc2d6c21530b
1 @node fnmatch
2 @section @code{fnmatch}
3 @findex fnmatch
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fnmatch.html}
7 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-fnmatch-3.html}
9 Gnulib module: fnmatch or fnmatch-gnu
11 Portability problems fixed by Gnulib:
12 @itemize
13 @item
14 This function is missing on some platforms:
15 mingw, MSVC 14.
16 @item
17 This function is broken on some platforms:
18 some versions of glibc, NetBSD 7.1, some versions of Solaris.
19 @end itemize
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize