Changeset 1902
- Timestamp:
- Apr 24, 2005, 11:55:59 AM (20 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/backend.h
-
Property cvs2svn:cvs-rev
changed from
1.17
to1.18
r1901 r1902 792 792 /** @} */ 793 793 794 795 /** @defgroup grp_Back_time LIBC Backend - Time Management 796 * @{ */ 797 798 /** 799 * Gets the current high-resolution timestamp as nanoseconds. 800 * 801 * @returns nanosecond timestamp. 802 */ 803 hrtime_t __libc_Back_timeHighResNano(void); 804 805 /** @} */ 806 794 807 __END_DECLS 795 808 -
Property cvs2svn:cvs-rev
changed from
-
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
-
trunk/src/emx/src/lib/libc.def
-
Property cvs2svn:cvs-rev
changed from
1.98
to1.99
r1901 r1902 1486 1486 "__std_wmemmove" @1494 1487 1487 "__std_wmemset" @1495 1488 "___libc_Back_timeHighResNano" @1496 1489 "__std_gethrtime" @1497 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.