X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffgets.texi;h=b14917e96413a64b08dce56d44beeb6209165e1d;hb=f40e1532834adc754cac576a07d43b9556f89a97;hp=2d840b168b3dde24a251e10647f4f54e8d82f53e;hpb=acc203f3da092e2ee94eff8f9c85e1fdc61315cf;p=gnulib.git diff --git a/doc/posix-functions/fgets.texi b/doc/posix-functions/fgets.texi index 2d840b168..b14917e96 100644 --- a/doc/posix-functions/fgets.texi +++ b/doc/posix-functions/fgets.texi @@ -12,7 +12,7 @@ Portability problems fixed by Gnulib module @code{stdio}, together with module @ 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: -mingw. +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: