diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-08 16:45:18 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-08 16:45:18 +0000 |
commit | 81a8d2a01ae1048b0dc21d33a97d5c60e6099ca6 (patch) | |
tree | 5b5b16eee92708521416aff9d24b75ad045c852d | |
parent | 81edb7b582d6d05a321ed9e6ea192350a472d937 (diff) |
required piece to compile the lib
-rw-r--r-- | lib/libc_r/arch/hppa/uthread_machdep.h | 6 | ||||
-rw-r--r-- | lib/libpthread/arch/hppa/uthread_machdep.h | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/lib/libc_r/arch/hppa/uthread_machdep.h b/lib/libc_r/arch/hppa/uthread_machdep.h index a1d8eeb4913..d91073ebc20 100644 --- a/lib/libc_r/arch/hppa/uthread_machdep.h +++ b/lib/libc_r/arch/hppa/uthread_machdep.h @@ -1 +1,5 @@ -/* $OpenBSD: uthread_machdep.h,v 1.4 2000/10/04 05:55:33 d Exp $ */ +/* $OpenBSD: uthread_machdep.h,v 1.5 2002/02/08 16:45:17 mickey Exp $ */ + +struct _machdep_state { + u_long sp; +}; diff --git a/lib/libpthread/arch/hppa/uthread_machdep.h b/lib/libpthread/arch/hppa/uthread_machdep.h index a1d8eeb4913..d91073ebc20 100644 --- a/lib/libpthread/arch/hppa/uthread_machdep.h +++ b/lib/libpthread/arch/hppa/uthread_machdep.h @@ -1 +1,5 @@ -/* $OpenBSD: uthread_machdep.h,v 1.4 2000/10/04 05:55:33 d Exp $ */ +/* $OpenBSD: uthread_machdep.h,v 1.5 2002/02/08 16:45:17 mickey Exp $ */ + +struct _machdep_state { + u_long sp; +}; |