summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-02-21 00:24:38 +0000
committermiod <miod@openbsd.org>2001-02-21 00:24:38 +0000
commitb3d90efcd39ffc46ffb9c6ad81180a02ecbf0466 (patch)
tree0a5dcf258cdc3fb7d49232f4660b8466f8ebc943 /lib/libpthread
parentreplace comment with something not so misleading. (diff)
downloadwireguard-openbsd-b3d90efcd39ffc46ffb9c6ad81180a02ecbf0466.tar.xz
wireguard-openbsd-b3d90efcd39ffc46ffb9c6ad81180a02ecbf0466.zip
Define struct _machdep_state again for libc_r to compile on mvme88k.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/arch/m88k/uthread_machdep.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libpthread/arch/m88k/uthread_machdep.h b/lib/libpthread/arch/m88k/uthread_machdep.h
index 586210e0deb..a08aebd4b9a 100644
--- a/lib/libpthread/arch/m88k/uthread_machdep.h
+++ b/lib/libpthread/arch/m88k/uthread_machdep.h
@@ -1 +1,4 @@
-/* $OpenBSD: uthread_machdep.h,v 1.3 2000/10/04 05:55:34 d Exp $ */
+/* $OpenBSD: uthread_machdep.h,v 1.4 2001/02/21 00:24:38 miod Exp $ */
+
+struct _machdep_state {
+};