Changeset 1790
- Timestamp:
- Jan 17, 2005, 9:42:27 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/emx/time.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1789 r1790 56 56 /* struct tm *_localtime (struct tm *, const time_t *); - use _localtime64_r */ 57 57 unsigned long _mktime (struct tm *); 58 time64_t _ mktime64 (struct tm *);58 time64_t __mktime64 (struct tm *); 59 59 void _compute_dst_table (void); 60 60 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.