poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / dup.texi
blobc43ba8c089b4f386af2684b9fa32a297d99a6b72
1 @node dup
2 @section @code{dup}
3 @findex dup
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup.html}
7 Gnulib module: dup
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is declared in a different header file (namely, @code{<io.h>})
13 on some platforms:
14 MSVC 14.
15 @item
16 This function crashes when invoked with invalid arguments on some platforms:
17 MSVC 14.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize