diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_totalordermagl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_totalordermagl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_totalordermagl.c b/sysdeps/ieee754/ldbl-128/s_totalordermagl.c index 11b58ef3d1..9436f6e233 100644 --- a/sysdeps/ieee754/ldbl-128/s_totalordermagl.c +++ b/sysdeps/ieee754/ldbl-128/s_totalordermagl.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <libm-alias-ldouble.h> #include <nan-high-order-bit.h> #include <stdint.h> @@ -46,4 +47,4 @@ __totalordermagl (_Float128 x, _Float128 y) #endif return hx < hy || (hx == hy && lx <= ly); } -weak_alias (__totalordermagl, totalordermagl) +libm_alias_ldouble (__totalordermag, totalordermag) |