OSDN Git Service

Enable to track git://github.com/monaka/binutils.git
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libm / math / wf_log.c
index 989eeb3..4518b86 100644 (file)
@@ -33,7 +33,7 @@
        float z;
        struct exception exc;
        z = __ieee754_logf(x);
-       if(_LIB_VERSION == _IEEE_ || isnanf(x) || x > (float)0.0) return z;
+       if(_LIB_VERSION == _IEEE_ || isnan(x) || x > (float)0.0) return z;
 #ifndef HUGE_VAL 
 #define HUGE_VAL inf
        double inf = 0.0;