summaryrefslogtreecommitdiff
path: root/math/w_powf_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_powf_compat.c')
-rw-r--r--math/w_powf_compat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_powf_compat.c b/math/w_powf_compat.c
index afc3fced80..ce1235baee 100644
--- a/math/w_powf_compat.c
+++ b/math/w_powf_compat.c
@@ -21,6 +21,7 @@
#include <math-svid-compat.h>
+#if LIBM_SVID_COMPAT
/* wrapper powf */
float
__powf (float x, float y)
@@ -59,3 +60,4 @@ __powf (float x, float y)
return z;
}
weak_alias (__powf, powf)
+#endif