summaryrefslogtreecommitdiff
path: root/doc/posix-functions/fgetc.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-07-06 01:10:39 +0200
committerBruno Haible <bruno@clisp.org>2017-07-06 01:15:49 +0200
commit8fb59b8fac140205a6a0ef3286b5fd5a58f418e1 (patch)
tree6477e1f5d35c4b8c03ba1253a6f70eb650c2f795 /doc/posix-functions/fgetc.texi
parentd93b7cb53af0e99005e6abfbdcce90255f72f714 (diff)
downloadgnulib-8fb59b8fac140205a6a0ef3286b5fd5a58f418e1.tar.gz
doc: Update for MSVC 14.
* doc/posix-headers/*.texi: Add info about MSVC 14. * doc/posix-functions/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-headers/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/fgetc.texi')
-rw-r--r--doc/posix-functions/fgetc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/fgetc.texi b/doc/posix-functions/fgetc.texi
index 84092304f0..97efdbc14d 100644
--- a/doc/posix-functions/fgetc.texi
+++ b/doc/posix-functions/fgetc.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, MSVC 9.
+mingw, MSVC 14.
@end itemize
Portability problems not fixed by Gnulib:
@@ -32,5 +32,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