poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / unlockpt.texi
blob2f5b3da6ef4148b1100a4f270270a6925e64d918
1 @node unlockpt
2 @section @code{unlockpt}
3 @findex unlockpt
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/unlockpt.html}
7 Gnulib module: unlockpt
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 14.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function reports success for invalid file descriptors on some platforms:
20 NetBSD 5.1, Cygwin 1.7.9.
21 @end itemize