diff options
Diffstat (limited to 'lib/libpthread/arch/mips')
-rw-r--r-- | lib/libpthread/arch/mips/uthread_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpthread/arch/mips/uthread_machdep.h b/lib/libpthread/arch/mips/uthread_machdep.h index 0470a810663..6052b2003da 100644 --- a/lib/libpthread/arch/mips/uthread_machdep.h +++ b/lib/libpthread/arch/mips/uthread_machdep.h @@ -1,7 +1,7 @@ /* * OpenBSD/mips machine-dependent thread macros * - * $OpenBSD: uthread_machdep.h,v 1.2 1998/11/20 11:15:37 d Exp $ + * $OpenBSD: uthread_machdep.h,v 1.3 1999/01/17 23:49:49 d Exp $ */ #include <machine/regnum.h> @@ -31,6 +31,8 @@ #define _thread_machdep_longjmp(a,v) longjmp(a,v) #define _thread_machdep_setjmp(a) setjmp(a) +typedef jmp_buf _machdep_jmp_buf; + struct _machdep_struct { /* nothing needed */ }; |