- first version to run natively on NetBSD/m68k

This commit is contained in:
cebix
2000-07-13 13:47:12 +00:00
parent 322bb38408
commit ff5fcd83a7
15 changed files with 1681 additions and 561 deletions

View File

@@ -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)