diff options
author | Bruno Haible <bruno@clisp.org> | 2017-07-06 01:10:39 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2017-07-06 01:15:49 +0200 |
commit | 8fb59b8fac140205a6a0ef3286b5fd5a58f418e1 (patch) | |
tree | 6477e1f5d35c4b8c03ba1253a6f70eb650c2f795 /doc/glibc-functions/fts_read.texi | |
parent | d93b7cb53af0e99005e6abfbdcce90255f72f714 (diff) | |
download | gnulib-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/glibc-functions/fts_read.texi')
-rw-r--r-- | doc/glibc-functions/fts_read.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glibc-functions/fts_read.texi b/doc/glibc-functions/fts_read.texi index 783c67e813..ce20008426 100644 --- a/doc/glibc-functions/fts_read.texi +++ b/doc/glibc-functions/fts_read.texi @@ -12,7 +12,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2011-11, mingw, MSVC 9, BeOS. +AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2011-11, mingw, MSVC 14, BeOS. @item On platforms where @code{off_t} is a 32-bit type, this function may not correctly report the size of files or block devices larger than 2 GB and |