poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / regexec.texi
blob19a9a68370fa9c917aa77fa6a58efbf00e76fef9
1 @node regexec
2 @section @code{regexec}
3 @findex regexec
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/regexec.html}
7 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-regexec-2.html}
9 Gnulib module: regex
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 Many regular expression implementations have bugs.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize