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/libm/common/sf_isnan.c')
-rw-r--r--newlib/libm/common/sf_isnan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libm/common/sf_isnan.c b/newlib/libm/common/sf_isnan.c
index e01005133..befc3b2b2 100644
--- a/newlib/libm/common/sf_isnan.c
+++ b/newlib/libm/common/sf_isnan.c
@@ -32,6 +32,8 @@ _DEFUN (isnanf, (x),
#ifdef _DOUBLE_IS_32BITS
+#undef isnan
+
int
_DEFUN (isnan, (x),
double x)