summaryrefslogtreecommitdiff
path: root/emu/NetBSD/os.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/NetBSD/os.c')
-rw-r--r--emu/NetBSD/os.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/emu/NetBSD/os.c b/emu/NetBSD/os.c
index fa582a16..e299a188 100644
--- a/emu/NetBSD/os.c
+++ b/emu/NetBSD/os.c
@@ -13,6 +13,10 @@
#include "fns.h"
#include "error.h"
+/* For dynamic linking init/fini code that needs malloc */
+void (*coherence)(void) = nofence;
+
+
enum
{
DELETE = 0x7f,