summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/fpu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-10 19:00:15 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-10 19:00:15 +0000
commit10126cea06c69c5cb86d0fd82c24b31fefe0a820 (patch)
tree7355317c975b87a79a64b11f9b1c6edca00dcf93 /sysdeps/powerpc/fpu
parentc202c2c50523dd6721e9e2a9c80c1dc018f373bc (diff)
#undef __isnanf and isnanf after reading the headers.
Diffstat (limited to 'sysdeps/powerpc/fpu')
-rw-r--r--sysdeps/powerpc/fpu/s_isnan.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/powerpc/fpu/s_isnan.c b/sysdeps/powerpc/fpu/s_isnan.c
index ad1d6177c5..0ad1c6241e 100644
--- a/sysdeps/powerpc/fpu/s_isnan.c
+++ b/sysdeps/powerpc/fpu/s_isnan.c
@@ -24,6 +24,9 @@
#include "math.h"
#include <fenv_libc.h>
+#undef __isnanf
+#undef isnanf
+
int
__isnan (x)
double x;