diff options
Diffstat (limited to 'math/w_logf_compat.c')
-rw-r--r-- | math/w_logf_compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_logf_compat.c b/math/w_logf_compat.c index ac18b65c5e..4423bd527a 100644 --- a/math/w_logf_compat.c +++ b/math/w_logf_compat.c @@ -22,6 +22,7 @@ #include <math-svid-compat.h> +#if LIBM_SVID_COMPAT /* wrapper logf(x) */ float __logf (float x) @@ -43,3 +44,4 @@ __logf (float x) return __ieee754_logf (x); } weak_alias (__logf, logf) +#endif |