summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-02-21 00:24:39 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-02-21 00:24:39 +0000
commit2eef17385a6620b1fbda54dcac0aef4fba943cf4 (patch)
treecdf1eb65fd7482214141260d9cd145728925057d /lib/libpthread/arch
parent5ecb057b3de4e2b3aed2fba7d3f9bd556b4e32de (diff)
Define struct _machdep_state again for libc_r to compile on mvme88k.
Diffstat (limited to 'lib/libpthread/arch')
-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 {
+};