summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-01-21 02:52:37 +0000
committermillert <millert@openbsd.org>1999-01-21 02:52:37 +0000
commit64b418fb1139af22237b4a62b73f9fe9f5e915cc (patch)
treebd3399d832b60d37a6a0213be02d0d684eab8848
parentmention html docs (diff)
downloadwireguard-openbsd-64b418fb1139af22237b4a62b73f9fe9f5e915cc.tar.xz
wireguard-openbsd-64b418fb1139af22237b4a62b73f9fe9f5e915cc.zip
libc_r includes machine/spinlock.h so create a dummy that just includes m68k/spinlock.h
-rw-r--r--sys/arch/hp300/spinlock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/hp300/spinlock.h b/sys/arch/hp300/spinlock.h
new file mode 100644
index 00000000000..79e040a3291
--- /dev/null
+++ b/sys/arch/hp300/spinlock.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 02:52:37 millert Exp $ */
+
+#include <m68k/spinlock.h>