read: Support for MSVC 9.
[gnulib.git] / doc / posix-functions / read.texi
index 34a20d7..ab625f5 100644 (file)
@@ -9,6 +9,9 @@ Gnulib module: stdio, nonblocking
 Portability problems fixed by Gnulib module @code{stdio}, together with module @code{nonblocking}:
 @itemize
 @item
+This function crashes when invoked with invalid arguments on some platforms:
+MSVC 9.
+@item
 When reading from a non-blocking pipe whose buffer is empty, this function
 fails with @code{errno} being set to @code{EINVAL} instead of @code{EAGAIN} on
 some platforms: