Changeset 1902 for trunk/src/emx/include/sys/time.h
- Timestamp:
- Apr 24, 2005, 11:55:59 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/time.h
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r1901 r1902 40 40 * @changed EMX isms 41 41 * @changed IBM TCP paranoia. 42 * @changed Added hrtime_t and gethrtime from SUN/HP/RTLinux. 42 43 * @todo Implement futimes() and lutimes(). 43 44 */ … … 333 334 int utimes(const char *, const struct timeval *); 334 335 336 /* bird - start: A nice SUN/HP/RTLinux extension. */ 337 typedef signed long long hrtime_t; 338 hrtime_t gethrtime(void); 339 #define HRTIME_INFINITY (0x7fffffffffffffffLL) 340 /* bird - end. */ 341 335 342 __END_DECLS 336 343 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.