about summary refs log tree commit diff
path: root/math/w_coshl_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_coshl_compat.c')
-rw-r--r--math/w_coshl_compat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/w_coshl_compat.c b/math/w_coshl_compat.c
index 4dab6eff67..a97105020e 100644
--- a/math/w_coshl_compat.c
+++ b/math/w_coshl_compat.c
@@ -22,6 +22,7 @@
 #include <math.h>
 #include <math_private.h>
 #include <math-svid-compat.h>
+#include <libm-alias-ldouble.h>
 
 #if LIBM_SVID_COMPAT
 long double
@@ -34,5 +35,5 @@ __coshl (long double x)
 
 	return z;
 }
-weak_alias (__coshl, coshl)
+libm_alias_ldouble (__cosh, cosh)
 #endif