diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_tanl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_tanl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_tanl.c b/sysdeps/ieee754/ldbl-128/s_tanl.c index cd7b258616..77db10f077 100644 --- a/sysdeps/ieee754/ldbl-128/s_tanl.c +++ b/sysdeps/ieee754/ldbl-128/s_tanl.c @@ -47,6 +47,7 @@ #include <errno.h> #include <math.h> #include <math_private.h> +#include <libm-alias-ldouble.h> _Float128 __tanl(_Float128 x) { @@ -77,4 +78,4 @@ _Float128 __tanl(_Float128 x) -1 -- n odd */ } } -weak_alias (__tanl, tanl) +libm_alias_ldouble (__tan, tan) |