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.7 by cebix, 2000-04-10T18:53:08Z vs.
Revision 1.8 by cebix, 2000-07-13T13:47:12Z

# Line 24 | Line 24
24   #define DEBUG 0
25   #include "debug.h"
26  
27 + // For NetBSD with broken pthreads headers
28 + #ifndef CLOCK_REALTIME
29 + #define CLOCK_REALTIME 0
30 + #endif
31 +
32  
33   /*
34   *  Return microseconds since boot (64 bit)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines