From 4e39aa42880fd6a5c6d55f67c912381c0d0980aa Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 11 Sep 2011 21:56:17 +0200 Subject: doc: Update regarding MSVC 9. * doc/gnulib-intro.texi (Target Platforms): Classify MSVC as "rarely tested". * doc/posix-functions/*.texi: Update with info about MSVC 9. * doc/posix-headers/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise. * doc/glibc-headers/*.texi: Likewise. --- doc/posix-functions/gets.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/posix-functions/gets.texi') diff --git a/doc/posix-functions/gets.texi b/doc/posix-functions/gets.texi index 1a3b277439..cf2716a4f2 100644 --- a/doc/posix-functions/gets.texi +++ b/doc/posix-functions/gets.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: -- cgit v1.2.1