From 10126cea06c69c5cb86d0fd82c24b31fefe0a820 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Sep 2002 19:00:15 +0000 Subject: #undef __isnanf and isnanf after reading the headers. --- sysdeps/powerpc/fpu/s_isnan.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/powerpc/fpu') 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 +#undef __isnanf +#undef isnanf + int __isnan (x) double x; -- cgit v1.2.3