X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffdopen.texi;h=58e582f873cf81b01ddd4660e18b8583aadb4063;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=470867c1e0cf3c0553c01a8c692b590d20264fbf;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/fdopen.texi b/doc/posix-functions/fdopen.texi index 470867c1e..58e582f87 100644 --- a/doc/posix-functions/fdopen.texi +++ b/doc/posix-functions/fdopen.texi @@ -2,17 +2,20 @@ @section @code{fdopen} @findex fdopen -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fdopen.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fdopen.html} -Gnulib module: --- +Gnulib module: fdopen Portability problems fixed by Gnulib: @itemize +@item +This function crashes when invoked with invalid arguments on some platforms: +MSVC 9. +@item +On Windows platforms (excluding Cygwin), this function does not set @code{errno} +upon failure. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -On Windows platforms (excluding Cygwin), this function does not set @code{errno} -upon failure. @end itemize