diff options
Diffstat (limited to 'math/w_acoshf_compat.c')
-rw-r--r-- | math/w_acoshf_compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/w_acoshf_compat.c b/math/w_acoshf_compat.c index 7a8c87bf4f..1921156b6b 100644 --- a/math/w_acoshf_compat.c +++ b/math/w_acoshf_compat.c @@ -19,6 +19,7 @@ #include <math.h> #include <math_private.h> #include <math-svid-compat.h> +#include <libm-alias-float.h> #if LIBM_SVID_COMPAT @@ -32,5 +33,5 @@ __acoshf (float x) return __ieee754_acoshf (x); } -weak_alias (__acoshf, acoshf) +libm_alias_float (__acosh, acosh) #endif |