Ignore:
Timestamp:
Apr 24, 2005, 11:55:59 AM (20 years ago)
Author:
bird
Message:

Added gethrtime().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/time.h

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r1901 r1902  
    4040 * @changed EMX isms
    4141 * @changed IBM TCP paranoia.
     42 * @changed Added hrtime_t and gethrtime from SUN/HP/RTLinux.
    4243 * @todo    Implement futimes() and lutimes().
    4344 */
     
    333334int     utimes(const char *, const struct timeval *);
    334335
     336/* bird - start: A nice SUN/HP/RTLinux extension. */
     337typedef signed long long hrtime_t;
     338hrtime_t gethrtime(void);
     339#define HRTIME_INFINITY     (0x7fffffffffffffffLL)
     340/* bird - end. */
     341
    335342__END_DECLS
    336343
Note: See TracChangeset for help on using the changeset viewer.