ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/timer_unix.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/timer_unix.cpp (file contents):
Revision 1.11 by cebix, 2001-07-09T11:22:00Z vs.
Revision 1.12 by cebix, 2001-07-09T15:44:58Z

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines