summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-01-21 02:52:38 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-01-21 02:52:38 +0000
commitec69610c3de8c0c16e603e18fa750c68a1f459d8 (patch)
tree560459ae6cf626ac0c92c0fa01191685be1e2442 /sys
parent0c64b622f3c4dc7ed03034a045e376926ddad734 (diff)
libc_r includes machine/spinlock.h so create a dummy that just includes m68k/spinlock.h
Diffstat (limited to 'sys')
-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>