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.6 by cebix, 2000-02-21T20:04:18Z vs.
Revision 1.8 by cebix, 2000-07-13T13:47:12Z

# Line 1 | Line 1
1   /*
2   *  timer_unix.cpp - Time Manager emulation, Unix specific stuff
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 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 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