xref: /openbsd-src/sys/arch/m88k/include/setjmp.h (revision 2fa72412907ae78c4787a4a8f888c5f0486e225c)
1 /*	$OpenBSD: setjmp.h,v 1.2 2011/03/23 16:54:35 pirofti Exp $	*/
2 
3 /*
4  * machine/setjmp.h: machine dependent setjmp-related information.
5  */
6 #ifndef _M88K_SETJMP_H_
7 #define _M88K_SETJMP_H_
8 #define	_JBLEN	21		/* size, in longs, of a jmp_buf */
9 #endif /* _M88K_SETJMP_H_ */
10