diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_nextupl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_nextupl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_nextupl.c b/sysdeps/ieee754/ldbl-128/s_nextupl.c index 3ee47d8090..9881804547 100644 --- a/sysdeps/ieee754/ldbl-128/s_nextupl.c +++ b/sysdeps/ieee754/ldbl-128/s_nextupl.c @@ -20,8 +20,8 @@ #include <math_private.h> /* Return the least floating-point number greater than X. */ -long double -__nextupl (long double x) +_Float128 +__nextupl (_Float128 x) { int64_t hx, ix; u_int64_t lx; |