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.15 by gbeauche, 2005-01-30T21:42:14Z

# Line 1 | Line 1
1   /*
2   *  timer_unix.cpp - Time Manager emulation, Unix specific stuff
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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