# | Line 233 | Line 233 | uint64 GetTicks_usec(void) | |
---|---|---|
233 | #elif defined(HAVE_PTHREADS) && defined(sgi) | |
234 | // SGI pthreads has a bug when using pthreads+signals+nanosleep, | |
235 | // so instead of using nanosleep, wait on a CV which is never signalled. | |
236 | + | #include <pthread.h> |
237 | #define USE_COND_TIMEDWAIT | |
238 | #endif | |
239 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |