projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c202c2c
)
#undef __isnanf and isnanf after reading the headers.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 10 Sep 2002 19:00:15 +0000
(19:00 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 10 Sep 2002 19:00:15 +0000
(19:00 +0000)
sysdeps/powerpc/fpu/s_isnan.c
patch
|
blob
|
history
diff --git
a/sysdeps/powerpc/fpu/s_isnan.c
b/sysdeps/powerpc/fpu/s_isnan.c
index ad1d6177c531850e9a0847145d56203493e24af3..0ad1c6241e49ff77a2656526c7602f85be33fd35 100644
(file)
--- 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;