2009-04-17 Ken Werner <ken.werner@de.ibm.com>

* libc/include/machine/ieeefp.h: _LDBL_EQ_DBL check fixed.
        * libc/include/math.h (llrintl): Declare.
        * libm/common/llrintl.c: New File.
        * libm/common/Makefile.am: New File added.
        * libm/common/Makefile.in: Regenerate.
This commit is contained in:
Jeff Johnston
2009-04-17 20:54:19 +00:00
parent 34d6b436e2
commit ad9bb48fbe
6 changed files with 77 additions and 21 deletions

View File

@ -382,6 +382,7 @@ extern long double scalblnl _PARAMS((long double, long));
extern long double tgammal _PARAMS((long double));
extern long double nearbyintl _PARAMS((long double));
extern long int lrintl _PARAMS((long double));
extern long long int llrintl _PARAMS((long double));
extern long double roundl _PARAMS((long double));
extern long lroundl _PARAMS((long double));
extern _LONG_LONG_TYPE int llroundl _PARAMS((long double));