xref: /openbsd-src/sys/arch/mips64/include/setjmp.h (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1 /*	$OpenBSD: setjmp.h,v 1.3 2011/03/23 16:54:36 pirofti Exp $	*/
2 
3 /* Public domain */
4 
5 #ifndef _MIPS64_SETJMP_H_
6 #define _MIPS64_SETJMP_H_
7 
8 #define	_JBLEN	83		/* size, in longs, of a jmp_buf */
9 
10 #endif /* !_MIPS64_SETJMP_H_ */
11