summaryrefslogtreecommitdiff
path: root/doc/posix-functions/fwrite.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/fwrite.texi')
-rw-r--r--doc/posix-functions/fwrite.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-functions/fwrite.texi b/doc/posix-functions/fwrite.texi
index 73b5427ed5..a442b73019 100644
--- a/doc/posix-functions/fwrite.texi
+++ b/doc/posix-functions/fwrite.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:
@@ -37,5 +37,5 @@ This function crashes if the stream's file descriptor has already been
closed, if @code{MSVC_INVALID_PARAMETER_HANDLING} is
@code{HAIRY_LIBRARY_HANDLING} or @code{SANE_LIBRARY_HANDLING},
on some platforms:
-MSVC 9.
+MSVC 14.
@end itemize