diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_truncl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_truncl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_truncl.c b/sysdeps/ieee754/ldbl-128/s_truncl.c index b445a280e6..da09065097 100644 --- a/sysdeps/ieee754/ldbl-128/s_truncl.c +++ b/sysdeps/ieee754/ldbl-128/s_truncl.c @@ -21,6 +21,7 @@ #include <math.h> #include <math_private.h> +#include <libm-alias-ldouble.h> _Float128 @@ -53,4 +54,4 @@ __truncl (_Float128 x) return x; } -weak_alias (__truncl, truncl) +libm_alias_ldouble (__trunc, trunc) |