diff options
author | Bruno Haible <bruno@clisp.org> | 2010-11-21 18:42:29 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-11-21 18:43:19 +0100 |
commit | 4ef8b64903e0cdbac1e7430491cd1e78ff2fdbf8 (patch) | |
tree | 6ef804b035bb47cf9d38591ecffe14b4f2d6c2d1 /doc/posix-functions/feclearexcept.texi | |
parent | 9aa2d4c522f12870229df0fd01d3140bddf94317 (diff) | |
download | gnulib-4ef8b64903e0cdbac1e7430491cd1e78ff2fdbf8.tar.gz |
Update for MacOS X 10.5.
* m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Don't guess yes on
MacOS X; the test fails on MacOS X 10.5.8.
* doc/{glibc,posix,pastposix}-{headers,functions}/*.texi: Update info
about MacOS X.
Diffstat (limited to 'doc/posix-functions/feclearexcept.texi')
-rw-r--r-- | doc/posix-functions/feclearexcept.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/feclearexcept.texi b/doc/posix-functions/feclearexcept.texi index 7d3bbfed92..fa59739978 100644 --- a/doc/posix-functions/feclearexcept.texi +++ b/doc/posix-functions/feclearexcept.texi @@ -14,6 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, +MacOS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.7, Interix 3.5. @end itemize |