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:
@ -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));
|
||||
|
Reference in New Issue
Block a user