diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-21 03:02:01 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-21 03:02:01 +0000 |
commit | 997abd3515c29b775ebbad1171951c329665b48a (patch) | |
tree | 3d10399a9fc8ea5edbc2ced155a012b075e10b78 /sys/arch/pmax/include | |
parent | c99e7ae1d791201e96e001d6c9d64626a09423a2 (diff) |
just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_r
Diffstat (limited to 'sys/arch/pmax/include')
-rw-r--r-- | sys/arch/pmax/include/spinlock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/pmax/include/spinlock.h b/sys/arch/pmax/include/spinlock.h new file mode 100644 index 00000000000..90b328791c9 --- /dev/null +++ b/sys/arch/pmax/include/spinlock.h @@ -0,0 +1,3 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 03:02:00 millert Exp $ */ + +#include <m68k/spinlock.h> |