Trivial relicensing of macro-only modules, part 3.
[gnulib.git] / doc / posix-functions / cnd_wait.texi
blobe2d55a690791afb68259c10ef0ae5b17866d33ff
1 @node cnd_wait
2 @subsection @code{cnd_wait}
3 @findex cnd_wait
5 ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.6.
7 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_wait.html}
9 Documentation:@*
10 @ifinfo
11 @ref{ISO C Condition Variables,,Condition Variables,libc}.
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/ISO-C-Condition-Variables.html}.
15 @end ifnotinfo
17 Gnulib module: cnd
19 Portability problems fixed by Gnulib:
20 @itemize
21 @item
22 This function is missing on many platforms:
23 glibc 2.27, macOS 14, FreeBSD 9.3, NetBSD 8.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.3, Cygwin 3.1.x, mingw, MSVC 14, Android API level 29.
24 @end itemize
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @end itemize