diff options
Diffstat (limited to 'math/w_acoshl_compat.c')
-rw-r--r-- | math/w_acoshl_compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/w_acoshl_compat.c b/math/w_acoshl_compat.c index 79d0370eb3..1b82597e66 100644 --- a/math/w_acoshl_compat.c +++ b/math/w_acoshl_compat.c @@ -19,6 +19,7 @@ #include <math.h> #include <math_private.h> #include <math-svid-compat.h> +#include <libm-alias-ldouble.h> #if LIBM_SVID_COMPAT @@ -32,5 +33,5 @@ __acoshl (long double x) return __ieee754_acoshl (x); } -weak_alias (__acoshl, acoshl) +libm_alias_ldouble (__acosh, acosh) #endif |