--- SheepShaver/src/Unix/sysdeps.h 2003/12/01 13:51:35 1.17 +++ SheepShaver/src/Unix/sysdeps.h 2003/12/28 17:56:03 1.18 @@ -344,6 +344,10 @@ typedef struct timespec tm_time_t; typedef struct timeval tm_time_t; #endif +// Timing functions +extern uint64 GetTicks_usec(void); +extern void Delay_usec(uint32 usec); + // Setup pthread attributes extern void Set_pthread_attr(pthread_attr_t *attr, int priority);