aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/generic-netbsd/mips/setjmp.h
blob: 27dcc15fa5e548bb4e4e9aeab4d609e59c1f25de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$NetBSD: setjmp.h,v 1.10 2020/07/26 08:08:41 simonb Exp $	*/

/*
 * mips/setjmp.h: machine dependent setjmp-related information.
 *
 * For the size of this, refer to <machine/signal.h> as this uses the
 * struct sigcontext to restore it.
 */

#define	_JBLEN 87		/* XXX Naively 84; 87 for compatibility */
#ifdef __mips_n32
#define	_BSD_JBSLOT_T_		long long
#endif