aboutsummaryrefslogtreecommitdiff
path: root/math/w_remainderf_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_remainderf_compat.c')
-rw-r--r--math/w_remainderf_compat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_remainderf_compat.c b/math/w_remainderf_compat.c
index 3ffefde83d..39ff3b4468 100644
--- a/math/w_remainderf_compat.c
+++ b/math/w_remainderf_compat.c
@@ -21,6 +21,7 @@
#include <math-svid-compat.h>
+#if LIBM_SVID_COMPAT
/* wrapper remainderf */
float
__remainderf (float x, float y)
@@ -34,3 +35,4 @@ __remainderf (float x, float y)
}
weak_alias (__remainderf, remainderf)
weak_alias (__remainderf, dremf)
+#endif