From: Ulrich Drepper Date: Tue, 10 Sep 2002 19:00:15 +0000 (+0000) Subject: #undef __isnanf and isnanf after reading the headers. X-Git-Tag: upstream/2.30~21160 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10126cea06c69c5cb86d0fd82c24b31fefe0a820;p=external%2Fglibc.git #undef __isnanf and isnanf after reading the headers. --- 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;