xref: /netbsd/sys/arch/sparc/include/setjmp.h (revision c4a72b64)
1 /*	$NetBSD: setjmp.h,v 1.3 2002/07/20 08:37:30 mrg Exp $	*/
2 
3 /*
4  * machine/setjmp.h: machine dependent setjmp-related information.
5  */
6 
7 #define	_JBLEN	14		/* size, in longs, of a jmp_buf */
8 				/* A sigcontext is 10 longs */
9