about summary refs log tree commit diff
path: root/math/w_log_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_log_compat.c')
-rw-r--r--math/w_log_compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_log_compat.c b/math/w_log_compat.c
index 5413b8e8df..6c4f4d2e40 100644
--- a/math/w_log_compat.c
+++ b/math/w_log_compat.c
@@ -44,5 +44,6 @@ __log (double x)
 
   return  __ieee754_log (x);
 }
+libm_hidden_def (__log)
 libm_alias_double (__log, log)
 #endif