blob: f35f7d86e915f3f4c512a7e08bcdc3e828dfba12 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: setjmp.h,v 1.3 2000/04/26 03:08:42 bjc Exp $ */
/* $NetBSD: setjmp.h,v 1.1 1994/12/20 10:37:18 cgd Exp $ */
/*
* machine/setjmp.h: machine dependent setjmp-related information.
*/
#define _JBLEN 14 /* size, in longs, of a jmp_buf */
|