setjmp.h revision 1.9
11.9Smatt/*	$NetBSD: setjmp.h,v 1.9 2009/12/14 00:46:05 matt Exp $	*/
21.1Scgd
31.1Scgd/*
41.3Scastor * mips/setjmp.h: machine dependent setjmp-related information.
51.3Scastor *
61.6Ssimonb * For the size of this, refer to <machine/signal.h> as this uses the
71.3Scastor * struct sigcontext to restore it.
81.1Scgd */
91.7Ssimonb
101.9Smatt#define _JBLEN 87		/* XXX Naively 84; 87 for compatibility */
111.9Smatt#ifdef __mips_n32
121.8Smatt#define	_BSD_JBSLOT_T_		long long
131.8Smatt#endif
14