From 10126cea06c69c5cb86d0fd82c24b31fefe0a820 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Sep 2002 19:00:15 +0000 Subject: [PATCH] #undef __isnanf and isnanf after reading the headers. --- sysdeps/powerpc/fpu/s_isnan.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdeps/powerpc/fpu/s_isnan.c b/sysdeps/powerpc/fpu/s_isnan.c index ad1d617..0ad1c62 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; -- 2.7.4