From: Ulrich Drepper Date: Thu, 19 Jun 1997 19:03:16 +0000 (+0000) Subject: Rename __rinttol to __lrint and rinttol to lrint. X-Git-Tag: glibc-2.16-ports-before-merge~3574 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44d86bcbfbcf395253871de0ed3ad580a05021f6;p=thirdparty%2Fglibc.git Rename __rinttol to __lrint and rinttol to lrint. --- diff --git a/sysdeps/m68k/fpu/__math.h b/sysdeps/m68k/fpu/__math.h index fd90a2de1ba..bdeaa9efb0f 100644 --- a/sysdeps/m68k/fpu/__math.h +++ b/sysdeps/m68k/fpu/__math.h @@ -309,7 +309,7 @@ __inline_functions (float,f) __inline_functions (long double,l) #undef __inline_functions -__m81_defun (long int, __rinttol, (long double __x)) +__m81_defun (long int, __lrint, (long double __x)) { long int __result; __asm ("fmove%.l %1, %0" : "=dm" (__result) : "f" (__x)); @@ -391,7 +391,7 @@ __inline_forward_c(int,ilogbl, (long double __value), (__value)) #endif #ifdef __USE_ISOC9X __inline_forward_c(long double,nearbyintl, (long double __value), (__value)) -__inline_forward_c(long int,rinttol, (long double __value), (__value)) +__inline_forward_c(long int,lrint, (long double __value), (__value)) #endif #ifdef __USE_GNU __inline_forward(void,sincosl,