mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-07-28 14:24:23 +00:00
- first version to run natively on NetBSD/m68k
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
#define DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
// For NetBSD with broken pthreads headers
|
||||
#ifndef CLOCK_REALTIME
|
||||
#define CLOCK_REALTIME 0
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Return microseconds since boot (64 bit)
|
||||
|
Reference in New Issue
Block a user