Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys')
-rw-r--r--newlib/libc/sys/linux/cmath/math_private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/newlib/libc/sys/linux/cmath/math_private.h b/newlib/libc/sys/linux/cmath/math_private.h
index 148376c44..3e32b29ba 100644
--- a/newlib/libc/sys/linux/cmath/math_private.h
+++ b/newlib/libc/sys/linux/cmath/math_private.h
@@ -22,15 +22,11 @@
#include <machine/weakalias.h>
#include <machine/huge_val.h>
-#define INFINITY HUGE_VALF
-
#define __nan nan
#define __isnan isnan
#define __isinf isinf
#define __copysignf copysignf
#define __copysign copysign
-#define __isnanf isnanf
-#define __isinff isinff
#define __nanf nanf
#define feraiseexcept(x) /* nothing */
#define __sincos sincos