From ff47464de5e68e9c49fe312c953f54b2e90f546c Mon Sep 17 00:00:00 2001 From: David Leonard Date: Mon, 9 Nov 1998 03:13:22 +0000 Subject: sync with FreeBSD (rwlock, gc thread, man pages) add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out) --- lib/libpthread/arch/i386/uthread_machdep.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libpthread/arch/i386/uthread_machdep.h') diff --git a/lib/libpthread/arch/i386/uthread_machdep.h b/lib/libpthread/arch/i386/uthread_machdep.h index 2a296d3ae25..088ff200509 100644 --- a/lib/libpthread/arch/i386/uthread_machdep.h +++ b/lib/libpthread/arch/i386/uthread_machdep.h @@ -1,7 +1,7 @@ /* * OpenBSD/i386 machine-dependent thread macros * - * $OpenBSD: uthread_machdep.h,v 1.1 1998/08/28 01:54:58 d Exp $ + * $OpenBSD: uthread_machdep.h,v 1.2 1998/11/09 03:13:13 d Exp $ */ /* save the floating point state of a thread */ @@ -29,6 +29,9 @@ - sizeof(double); \ } +#define _thread_machdep_longjmp(a,v) longjmp(a,v) +#define _thread_machdep_setjmp(a) setjmp(a) + struct _machdep_struct { char saved_fp[108]; }; -- cgit v1.2.3