diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-02-21 00:24:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-02-21 00:24:39 +0000 |
commit | 2eef17385a6620b1fbda54dcac0aef4fba943cf4 (patch) | |
tree | cdf1eb65fd7482214141260d9cd145728925057d /lib/libpthread/arch | |
parent | 5ecb057b3de4e2b3aed2fba7d3f9bd556b4e32de (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.h | 5 |
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 { +}; |