summaryrefslogtreecommitdiff
path: root/doc/posix-functions/putchar.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/putchar.texi')
-rw-r--r--doc/posix-functions/putchar.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/putchar.texi b/doc/posix-functions/putchar.texi
index d3a214ee13..9af11ae8b9 100644
--- a/doc/posix-functions/putchar.texi
+++ b/doc/posix-functions/putchar.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: