diff options
Diffstat (limited to 'math/w_acosl_compat.c')
-rw-r--r-- | math/w_acosl_compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/w_acosl_compat.c b/math/w_acosl_compat.c index 7d2f1835ae..d20c58b093 100644 --- a/math/w_acosl_compat.c +++ b/math/w_acosl_compat.c @@ -20,6 +20,7 @@ #include <math.h> #include <math_private.h> #include <math-svid-compat.h> +#include <libm-alias-ldouble.h> #if LIBM_SVID_COMPAT @@ -37,5 +38,5 @@ __acosl (long double x) return __ieee754_acosl (x); } -weak_alias (__acosl, acosl) +libm_alias_ldouble (__acos, acos) #endif |