diff options
author | 2001-02-21 00:24:38 +0000 | |
---|---|---|
committer | 2001-02-21 00:24:38 +0000 | |
commit | b3d90efcd39ffc46ffb9c6ad81180a02ecbf0466 (patch) | |
tree | 0a5dcf258cdc3fb7d49232f4660b8466f8ebc943 /lib/libpthread/arch | |
parent | replace comment with something not so misleading. (diff) | |
download | wireguard-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/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 { +}; |