summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-08 02:06:10 +0100
committerBruno Haible <bruno@clisp.org>2012-03-08 02:06:10 +0100
commit76db5ae75eab1d97d66e6133532ea406c281fb4a (patch)
tree65bc46471925cac39a38ffbe8de7fc944163eadc /doc
parent89f85637d7d41ceedb7e789d503fd852b6d663ac (diff)
downloadgnulib-76db5ae75eab1d97d66e6133532ea406c281fb4a.tar.gz
roundl: Don't override undeclared system function on IRIX 6.5.
* m4/roundl.m4 (gl_FUNC_ROUNDL): Search for roundl() in the libraries also when it is not declared. Set HAVE_ROUNDL. For replacement code, test HAVE_ROUNDL, not HAVE_DECL_ROUNDL. * modules/roundl (configure.ac): For replacement code, test HAVE_ROUNDL, not HAVE_DECL_ROUNDL. (Depends-on): Update conditions. * doc/posix-functions/roundl.texi: Mention the IRIX problem.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/roundl.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/roundl.texi b/doc/posix-functions/roundl.texi
index 9ce84d050f..f420c47edf 100644
--- a/doc/posix-functions/roundl.texi
+++ b/doc/posix-functions/roundl.texi
@@ -10,10 +10,10 @@ Portability problems fixed by either Gnulib module @code{roundl} or @code{roundl
@itemize
@item
This function is missing on some platforms:
-FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS.
+FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, older IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS.
@item
This function is not declared on some platforms:
-glibc 2.8, OSF/1 5.1.
+glibc 2.8, IRIX 6.5, OSF/1 5.1.
@end itemize
Portability problems fixed by Gnulib module @code{roundl-ieee}: