diff options
author | 1999-01-21 02:52:37 +0000 | |
---|---|---|
committer | 1999-01-21 02:52:37 +0000 | |
commit | 64b418fb1139af22237b4a62b73f9fe9f5e915cc (patch) | |
tree | bd3399d832b60d37a6a0213be02d0d684eab8848 | |
parent | mention html docs (diff) | |
download | wireguard-openbsd-64b418fb1139af22237b4a62b73f9fe9f5e915cc.tar.xz wireguard-openbsd-64b418fb1139af22237b4a62b73f9fe9f5e915cc.zip |
libc_r includes machine/spinlock.h so create a dummy that just includes m68k/spinlock.h
-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> |