diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-21 02:52:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-21 02:52:38 +0000 |
commit | ec69610c3de8c0c16e603e18fa750c68a1f459d8 (patch) | |
tree | 560459ae6cf626ac0c92c0fa01191685be1e2442 /sys | |
parent | 0c64b622f3c4dc7ed03034a045e376926ddad734 (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.h | 3 |
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> |