Changeset 1506 for trunk/src/emx/include/time.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/time.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1505 r1506 1 /** @file 2 * FreeBSD 5.1 3 * 4 * @changed EMX isms. 5 * @changed Removed timezone() function as it clashes with the timezone 6 * variable defined in EMX and OGBSI6. 7 * @changed Changed CLK_TCK and CLOCKS_PER_SEC to 100. 8 * @changed Commented out tm_gmtoff and tm_zone in struct tm as LIBC doesn't 9 * implement these yet. 10 * 11 * @todo Implement tm_gmtoff and tm_zone members in struct tm. 12 * @todo Implement clock_getres(), clock_gettime(), clock_settime(), nanosleep(). 13 * asctime_r(), ctime_r(), gmtime_r() and localtime_r() which are defined in 14 * various POSIX standard revisions. 15 * @todo Implement tzsetwall(), timelocal(), timegm() which are BSD specific. 16 */ 1 17 /* 2 18 * Copyright (c) 1989, 1993 … … 43 59 */ 44 60 45 /** @file46 * FreeBSD 5.147 *48 * @changed EMX isms.49 * @changed Removed timezone() function as it clashes with the timezone50 * variable defined in EMX and OGBSI6.51 * @changed Changed CLK_TCK and CLOCKS_PER_SEC to 100.52 * @changed Commented out tm_gmtoff and tm_zone in struct tm as LIBC doesn't53 * implement these yet.54 *55 * @todo Implement tm_gmtoff and tm_zone members in struct tm.56 * @todo Implement clock_getres(), clock_gettime(), clock_settime(), nanosleep().57 * asctime_r(), ctime_r(), gmtime_r() and localtime_r() which are defined in58 * various POSIX standard revisions.59 * @todo Implement tzsetwall(), timelocal(), timegm() which are BSD specific.60 */61 62 61 #ifndef _TIME_H_ 63 62 #define _TIME_H_ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.