Changeset 2087
- Timestamp:
- Jun 27, 2005, 3:57:45 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/bsd/gen/isinf.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2086 r2087 27 27 */ 28 28 29 #include "namespace.h" 29 30 #include <math.h> 30 31 … … 36 37 */ 37 38 38 __weak_reference(__isinf, isinf); 39 /* _ _ w e a k _ r e f e r e n c e (__isinf, isinf); */ 39 40 40 41 int 41 _ _isinf(double d)42 _STD(isinf)(double d) 42 43 { 43 44 union IEEEd2bits u; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.