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/posix-functions/fmodl.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/posix-functions/fmodl.texi')
-rw-r--r-- | doc/posix-functions/fmodl.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/fmodl.texi b/doc/posix-functions/fmodl.texi index b9a72e1cee..9501a9bcf7 100644 --- a/doc/posix-functions/fmodl.texi +++ b/doc/posix-functions/fmodl.texi @@ -13,7 +13,7 @@ This function is missing on some platforms: FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. @item This function is only defined as a macro with arguments on some platforms: -MSVC 9. +MSVC 14. @item This function is not declared and does not work on some platforms: AIX 5.1. @@ -27,7 +27,7 @@ OSF/1 5.1. @item This function has problems when the first argument is minus zero on some platforms: -MSVC 9. +MSVC 14. @end itemize Portability problems not fixed by Gnulib: |