diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_fabsl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_fabsl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_fabsl.c b/sysdeps/ieee754/ldbl-128/s_fabsl.c index a1bb6c5dff..0ce6f734cf 100644 --- a/sysdeps/ieee754/ldbl-128/s_fabsl.c +++ b/sysdeps/ieee754/ldbl-128/s_fabsl.c @@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: $"; #include <math.h> #include <math_private.h> -long double __fabsl(long double x) +_Float128 __fabsl(_Float128 x) { u_int64_t hx; GET_LDOUBLE_MSW64(hx,x); |