blob: cf358816c4656b099c55b50d3bda77da577c1b74 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: setjmp.h,v 1.2 1996/05/29 18:38:36 niklas Exp $ */
/* $NetBSD: setjmp.h,v 1.1 1994/12/20 10:36:49 cgd Exp $ */
/*
* machine/setjmp.h: machine dependent setjmp-related information.
*/
#define _JBLEN 17 /* size, in longs, of a jmp_buf */
|