view doc/posix-functions/rintf.texi @ 16604:9ac8499fa137

rintf: Don't override undeclared system function on IRIX 6.5. * lib/math.in.h (rintf): Test HAVE_DECL_RINTF, not HAVE_RINTF. * m4/rintf.m4 (gl_FUNC_RINTF): Don't assume rintf() is declared when it exists. Set HAVE_DECL_RINTF. * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_RINTF, not HAVE_RINTF. * modules/math (Makefile.am): Substitute HAVE_DECL_RINTF, not HAVE_RINTF. * doc/posix-functions/rintf.texi: Mention missing declaration problem.
author Bruno Haible <bruno@clisp.org>
date Thu, 08 Mar 2012 02:27:05 +0100
parents 1ffbb15d4325
children
line wrap: on
line source

@node rintf
@section @code{rintf}
@findex rintf

POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rintf.html}

Gnulib module: rintf

Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
Minix 3.1.8, AIX 5.1, HP-UX 11, older IRIX 6.5, Solaris 9, MSVC 9.
@item
This function is not declared on some platforms:
IRIX 6.5.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize