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