Merge branch 'stable'
[gnulib.git] / doc / posix-functions / fdopen.texi
index 4324453..58e582f 100644 (file)
@@ -4,15 +4,18 @@
 
 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