mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-19 07:22:14 +08:00
math: fix isinf/isnan on SPU after move to math.h
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
parent
9672033c63
commit
3fc46dc562
@ -13,6 +13,8 @@
|
||||
|
||||
#ifndef _DOUBLE_IS_32BITS
|
||||
|
||||
#undef isinf
|
||||
|
||||
int
|
||||
_DEFUN (isinf, (x),
|
||||
double x)
|
||||
|
@ -190,6 +190,8 @@ QUICKREF
|
||||
|
||||
#ifndef _DOUBLE_IS_32BITS
|
||||
|
||||
#undef isnan
|
||||
|
||||
#ifdef __STDC__
|
||||
int isnan(double x)
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user