setjmp.h revision 1.10
11.10Ssimonb/*	$NetBSD: setjmp.h,v 1.10 2020/07/26 08:08:41 simonb 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.10Ssimonb#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