From 2e0c4bb65d268ee28fb73b187184b65cdd75229f Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 29 Dec 2001 06:38:06 +0000 Subject: Add jmpbuf offsets. Remove ucontext offsets. --- lib/libc/sparc64/gen/assym.s | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/lib/libc/sparc64/gen/assym.s b/lib/libc/sparc64/gen/assym.s index 2baacf9..ecc22b4 100644 --- a/lib/libc/sparc64/gen/assym.s +++ b/lib/libc/sparc64/gen/assym.s @@ -5,12 +5,11 @@ * $FreeBSD$ */ -#define UC_SIGMASK 0x0 -#define UC_MC 0x10 -#define MC_G1 0x8 -#define MC_O0 0x40 -#define MC_O1 0x48 -#define MC_O6 0x70 -#define MC_O7 0x78 -#define MC_TNPC 0x90 -#define MC_TPC 0x88 +#define _JB_FP 0x0 +#define _JB_PC 0x8 +#define _JB_SP 0x10 +#define _JB_SIGMASK 0x18 +#define _JB_SIGFLAG 0x28 + +#define SIG_BLOCK 1 +#define SIG_SETMASK 3 -- cgit v1.1