diff options
author | 1999-01-21 02:59:33 +0000 | |
---|---|---|
committer | 1999-01-21 02:59:33 +0000 | |
commit | 52c5911d9aad42d1e15f375f81ca74e94c0f1c33 (patch) | |
tree | 4850fcc7ee62681254f8c8f598e46e2e2899a1c4 | |
parent | doh, wrong dir (diff) | |
download | wireguard-openbsd-52c5911d9aad42d1e15f375f81ca74e94c0f1c33.tar.xz wireguard-openbsd-52c5911d9aad42d1e15f375f81ca74e94c0f1c33.zip |
just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_r
-rw-r--r-- | sys/arch/amiga/include/spinlock.h | 3 | ||||
-rw-r--r-- | sys/arch/atari/include/spinlock.h | 3 | ||||
-rw-r--r-- | sys/arch/hp300/include/spinlock.h | 3 | ||||
-rw-r--r-- | sys/arch/mac68k/include/spinlock.h | 3 | ||||
-rw-r--r-- | sys/arch/mvme68k/include/spinlock.h | 3 | ||||
-rw-r--r-- | sys/arch/sun3/include/spinlock.h | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/sys/arch/amiga/include/spinlock.h b/sys/arch/amiga/include/spinlock.h new file mode 100644 index 00000000000..ef70517a7dc --- /dev/null +++ b/sys/arch/amiga/include/spinlock.h @@ -0,0 +1,3 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 02:59:33 millert Exp $ */ + +#include <m68k/spinlock.h> diff --git a/sys/arch/atari/include/spinlock.h b/sys/arch/atari/include/spinlock.h new file mode 100644 index 00000000000..ef70517a7dc --- /dev/null +++ b/sys/arch/atari/include/spinlock.h @@ -0,0 +1,3 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 02:59:33 millert Exp $ */ + +#include <m68k/spinlock.h> diff --git a/sys/arch/hp300/include/spinlock.h b/sys/arch/hp300/include/spinlock.h new file mode 100644 index 00000000000..ef70517a7dc --- /dev/null +++ b/sys/arch/hp300/include/spinlock.h @@ -0,0 +1,3 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 02:59:33 millert Exp $ */ + +#include <m68k/spinlock.h> diff --git a/sys/arch/mac68k/include/spinlock.h b/sys/arch/mac68k/include/spinlock.h new file mode 100644 index 00000000000..46634aefed3 --- /dev/null +++ b/sys/arch/mac68k/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> 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> diff --git a/sys/arch/sun3/include/spinlock.h b/sys/arch/sun3/include/spinlock.h new file mode 100644 index 00000000000..46634aefed3 --- /dev/null +++ b/sys/arch/sun3/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> |