summaryrefslogtreecommitdiff
path: root/math/w_log10f_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_log10f_compat.c')
-rw-r--r--math/w_log10f_compat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_log10f_compat.c b/math/w_log10f_compat.c
index 2cb5c9a1bb..151c94b4dc 100644
--- a/math/w_log10f_compat.c
+++ b/math/w_log10f_compat.c
@@ -22,6 +22,7 @@
#include <math-svid-compat.h>
+#if LIBM_SVID_COMPAT
/* wrapper log10f(x) */
float
__log10f (float x)
@@ -43,3 +44,4 @@ __log10f (float x)
return __ieee754_log10f (x);
}
weak_alias (__log10f, log10f)
+#endif