Refresh 01-gnulib-directory.patch
[gnulib.git] / doc / posix-functions / pipe.texi
1 @node pipe
2 @section @code{pipe}
3 @findex pipe
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pipe.html}
6
7 Gnulib module: pipe-posix
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function crashes rather than failing with @code{EMFILE} if no
20 resources are left on some platforms:
21 Cygwin 1.7.9.
22 @end itemize