From abcb00dabb45898628edba9ee13e499977714579 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 28 Aug 2003 00:14:28 +0000 Subject: Update. * math/math_private.h: Declare __copysignf. * sysdeps/ieee754/flt-32/s_scalbnf.c: Use __copysignf instead of copysignf. --- math/math_private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'math/math_private.h') diff --git a/math/math_private.h b/math/math_private.h index 84c1d9ad34..f545841df0 100644 --- a/math/math_private.h +++ b/math/math_private.h @@ -232,6 +232,9 @@ extern float __kernel_cosf (float,float); extern float __kernel_tanf (float,float,int); extern int __kernel_rem_pio2f (float*,float*,int,int,int, const int32_t*); +/* internal functions. */ +extern float __copysignf (float x, float __y); + /* ieee style elementary long double functions */ extern long double __ieee754_sqrtl (long double); -- cgit 1.4.1