diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_nextupl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_nextupl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_nextupl.c b/sysdeps/ieee754/ldbl-128/s_nextupl.c index 9e778def53..d0683854bd 100644 --- a/sysdeps/ieee754/ldbl-128/s_nextupl.c +++ b/sysdeps/ieee754/ldbl-128/s_nextupl.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <libm-alias-ldouble.h> /* Return the least floating-point number greater than X. */ _Float128 @@ -53,4 +54,4 @@ __nextupl (_Float128 x) return x; } -weak_alias (__nextupl, nextupl) +libm_alias_ldouble (__nextup, nextup) |