poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / setkey.texi
blobc7853f3288b8c405d5773a62c3da069730ed8328
1 @node setkey
2 @section @code{setkey}
3 @findex setkey
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/setkey.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 glibc 2.32, NetBSD 5.0, OpenBSD 6.7, Minix 3.1.8, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
18 @item
19 This function is not declared in @code{<stdlib.h>}
20 (without @code{-D_GNU_SOURCE}) on some platforms:
21 glibc (at least 2.11--2.13).
22 @end itemize