diff options
author | Bruno Haible <bruno@clisp.org> | 2011-06-19 12:50:52 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-19 12:51:29 +0200 |
commit | 4d999ebc6c51a475950ebe070910940f22576a56 (patch) | |
tree | 3a98e3cda772e963ccf5b76775873a9f9668de38 /doc/posix-functions/ceilf.texi | |
parent | e73e42a61d1dbf1a80ba2fd95fef2aa98de6f48b (diff) | |
download | gnulib-4d999ebc6c51a475950ebe070910940f22576a56.tar.gz |
ceilf-ieee: Work around bug on MacOS X 10.5.
* doc/posix-functions/ceilf.texi: Mention the MacOS X 10.5 problem.
Diffstat (limited to 'doc/posix-functions/ceilf.texi')
-rw-r--r-- | doc/posix-functions/ceilf.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/ceilf.texi b/doc/posix-functions/ceilf.texi index 0cd6d87f9a..f9c0394eb4 100644 --- a/doc/posix-functions/ceilf.texi +++ b/doc/posix-functions/ceilf.texi @@ -18,7 +18,7 @@ Portability problems fixed by Gnulib module @code{ceilf-ieee}: @item This function returns a positive zero for an argument between -1 and 0 on some platforms: -AIX 7.1. +MacOS X 10.5, AIX 7.1. @item This function returns a positive zero for a minus zero argument on some platforms: |