diff options
Diffstat (limited to 'newlib/libc/sys/linux/cmath')
-rw-r--r-- | newlib/libc/sys/linux/cmath/math_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/cmath/math_private.h b/newlib/libc/sys/linux/cmath/math_private.h index 6c4a472cf..148376c44 100644 --- a/newlib/libc/sys/linux/cmath/math_private.h +++ b/newlib/libc/sys/linux/cmath/math_private.h @@ -24,14 +24,14 @@ #define INFINITY HUGE_VALF -#define __nan(x) nan() +#define __nan nan #define __isnan isnan #define __isinf isinf #define __copysignf copysignf #define __copysign copysign #define __isnanf isnanf #define __isinff isinff -#define __nanf(x) nanf() +#define __nanf nanf #define feraiseexcept(x) /* nothing */ #define __sincos sincos #define __sincosf sincosf |