aboutsummaryrefslogtreecommitdiff
path: root/math/w_acosh_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_acosh_compat.c')
-rw-r--r--math/w_acosh_compat.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/w_acosh_compat.c b/math/w_acosh_compat.c
index f6d298e17b..882537ab83 100644
--- a/math/w_acosh_compat.c
+++ b/math/w_acosh_compat.c
@@ -19,6 +19,7 @@
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
+#include <libm-alias-double.h>
#if LIBM_SVID_COMPAT
@@ -32,9 +33,5 @@ __acosh (double x)
return __ieee754_acosh (x);
}
-weak_alias (__acosh, acosh)
-# ifdef NO_LONG_DOUBLE
-strong_alias (__acosh, __acoshl)
-weak_alias (__acosh, acoshl)
-# endif
+libm_alias_double (__acosh, acosh)
#endif