dup2, dup3: work around another cygwin crasher
[gnulib.git] / doc / glibc-functions / dup3.texi
1 @node dup3
2 @subsection @code{dup3}
3 @findex dup3
4
5 Gnulib module: dup3
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @item
10 This function is missing on many non-glibc platforms:
11 Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11,
12 IRIX 6.5, OSF/1 5.1, Solaris 11 2011-11, Cygwin 1.7.1, mingw, MSVC 9, Interix 3.5, BeOS.
13
14 @item
15 This function can crash on some platforms:
16 Cygwin 1.7.25.
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize