blob: 156329b3b38db93a181a2e5000ae574abe6073f0 (
plain)
1
2
3
4
5
6
7
|
/* $OpenBSD: setjmp.h,v 1.4 1999/02/09 06:36:27 smurph Exp $ */
/*
* machine/setjmp.h: machine dependent setjmp-related information.
*/
#define _JBLEN 22 /* size, in longs, of a jmp_buf */
|