diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_truncl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_truncl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_truncl.c b/sysdeps/ieee754/ldbl-128/s_truncl.c index c71f0aba92..72e74ab6f7 100644 --- a/sysdeps/ieee754/ldbl-128/s_truncl.c +++ b/sysdeps/ieee754/ldbl-128/s_truncl.c @@ -23,8 +23,8 @@ #include <math_private.h> -long double -__truncl (long double x) +_Float128 +__truncl (_Float128 x) { int32_t j0; u_int64_t i0, i1, sx; |