diff --git a/newlib/libc/include/math.h b/newlib/libc/include/math.h index 3725ac0b9..ebbdac68c 100644 --- a/newlib/libc/include/math.h +++ b/newlib/libc/include/math.h @@ -628,7 +628,7 @@ extern int matherr _PARAMS((struct exception *e)); /* Useful constants. */ -#if __BSD_VISIBLE || __XSI_VISIBLE >= 500 +#if __BSD_VISIBLE || __XSI_VISIBLE #define MAXFLOAT 3.40282347e+38F