X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fpipe.texi;h=e3869c3320d4a9771e76ecb55707d80e158deb18;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=b8cc508c9f8f77be8034222606698a9df03b7883;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-functions/pipe.texi b/doc/posix-functions/pipe.texi index b8cc508c9..e3869c332 100644 --- a/doc/posix-functions/pipe.texi +++ b/doc/posix-functions/pipe.texi @@ -4,15 +4,19 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pipe.html} -Gnulib module: --- +Gnulib module: pipe-posix Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: @itemize @item -This function is missing on some platforms: -mingw. +This function crashes rather than failing with @code{EMFILE} if no +resources are left on some platforms: +Cygwin 1.7.9. @end itemize