2.9BSD/usr/include/setjmp.h

#ifdef	C_OVERLAY
typedef	int	jmp_buf[4];
#else
typedef	int	jmp_buf[3];
#endif