poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / thrd_create.texi
blob00f5aee194954bb53bcbd4cd81a3a9fcbd457603
1 @node thrd_create
2 @section @code{thrd_create}
3 @findex thrd_create
5 Documentation:@*
6 @ifinfo
7 @ref{ISO C Thread Management,,Creation and Control,libc}.
8 @end ifinfo
9 @ifnotinfo
10 @url{https://www.gnu.org/software/libc/manual/html_node/ISO-C-Thread-Management.html}.
11 @end ifnotinfo
13 Gnulib module: thrd
15 Portability problems fixed by Gnulib:
16 @itemize
17 @item
18 This function is missing on many platforms:
19 glibc 2.27, Mac OS X 10.13, FreeBSD 9.3, NetBSD 8.0, OpenBSD 6.7, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.3, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
20 @item
21 This function uses an incorrectly defined @code{thrd_start_t} on some platforms:
22 AIX 7.2.
23 @end itemize
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize