Changeset 2087


Ignore:
Timestamp:
Jun 27, 2005, 3:57:45 AM (20 years ago)
Author:
bird
Message:

adjusted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/bsd/gen/isinf.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2086 r2087  
    2727 */
    2828
     29#include "namespace.h"
    2930#include <math.h>
    3031
     
    3637 */
    3738
    38 __weak_reference(__isinf, isinf);
     39/* _ _ w e a k _ r e f e r e n c e (__isinf, isinf); */
    3940
    4041int
    41 __isinf(double d)
     42_STD(isinf)(double d)
    4243{
    4344        union IEEEd2bits u;
Note: See TracChangeset for help on using the changeset viewer.