summaryrefslogtreecommitdiff
path: root/doc/posix-functions/putc.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/putc.texi')
-rw-r--r--doc/posix-functions/putc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/putc.texi b/doc/posix-functions/putc.texi
index 5562f35c21..f24af0b31f 100644
--- a/doc/posix-functions/putc.texi
+++ b/doc/posix-functions/putc.texi
@@ -12,7 +12,7 @@ Portability problems fixed by Gnulib module @code{stdio}, together with module @
When writing to a non-blocking pipe whose buffer is full, this function fails
with @code{errno} being set to @code{ENOSPC} instead of @code{EAGAIN} on some
platforms:
-mingw, MSVC 9.
+mingw, MSVC 14.
@end itemize
Portability problems fixed by Gnulib module @code{stdio}, together with module @code{sigpipe}:
@@ -20,7 +20,7 @@ Portability problems fixed by Gnulib module @code{stdio}, together with module @
@item
When writing to a pipe with no readers, this function fails, instead of
obeying the current @code{SIGPIPE} handler, on some platforms:
-mingw, MSVC 9.
+mingw, MSVC 14.
@end itemize
Portability problems not fixed by Gnulib: