summaryrefslogtreecommitdiff
path: root/libm/w_remainder.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/w_remainder.c')
-rw-r--r--libm/w_remainder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/w_remainder.c b/libm/w_remainder.c
index b487da495..e69c6263f 100644
--- a/libm/w_remainder.c
+++ b/libm/w_remainder.c
@@ -23,7 +23,7 @@
double
remainder (double x, double y)
{
-#if __UCLIBC_HAS_FENV__
+#if defined(__UCLIBC_HAS_FENV__)
if (((__builtin_expect (y == 0.0, 0) && ! isnan (x))
|| (__builtin_expect (isinf (x), 0) && ! isnan (y)))
&& _LIB_VERSION != _IEEE_)