about summary refs log tree commit diff
path: root/math/w_atanhl_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_atanhl_compat.c')
-rw-r--r--math/w_atanhl_compat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/w_atanhl_compat.c b/math/w_atanhl_compat.c
index 837a6652b8..8ae9564e79 100644
--- a/math/w_atanhl_compat.c
+++ b/math/w_atanhl_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
@@ -35,5 +36,5 @@ __atanhl (long double x)
 
   return __ieee754_atanhl (x);
 }
-weak_alias (__atanhl, atanhl)
+libm_alias_ldouble (__atanh, atanh)
 #endif