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