about summary refs log tree commit diff
path: root/math/w_log10l_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_log10l_compat.c')
-rw-r--r--math/w_log10l_compat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/w_log10l_compat.c b/math/w_log10l_compat.c
index 88d9c40354..2841570e8d 100644
--- a/math/w_log10l_compat.c
+++ b/math/w_log10l_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
@@ -43,5 +44,5 @@ __log10l (long double x)
 
   return  __ieee754_log10l (x);
 }
-weak_alias (__log10l, log10l)
+libm_alias_ldouble (__log10, log10)
 #endif