4
0
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:
Yaakov Selkowitz 2016-04-06 20:33:48 -05:00
parent 9672033c63
commit 3fc46dc562
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#ifndef _DOUBLE_IS_32BITS
#undef isinf
int
_DEFUN (isinf, (x),
double x)

View File

@ -190,6 +190,8 @@ QUICKREF
#ifndef _DOUBLE_IS_32BITS
#undef isnan
#ifdef __STDC__
int isnan(double x)
#else