Changeset 2034 for trunk/src


Ignore:
Timestamp:
Jun 14, 2005, 11:50:02 PM (20 years ago)
Author:
bird
Message:

isnan and isinf are also _STD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/msun/std-math.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2033 r2034  
    236236double  _STD(hypot)(double, double);
    237237int     _STD(ilogb)(double) __pure2;
    238 int     (isinf)(double) __pure2;
    239 int     (isnan)(double) __pure2;
     238int     _STD(isinf)(double) __pure2;
     239int     _STD(isnan)(double) __pure2;
    240240double  _STD(lgamma)(double);
    241241long long _STD(llrint)(double);
Note: See TracChangeset for help on using the changeset viewer.