blob: a57a3748f1ae329620253f95ff14899bd833aa41 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: setjmp.h,v 1.2 2007/03/02 06:11:54 miod Exp $ */
/* $NetBSD: setjmp.h,v 1.3 2006/01/05 00:50:23 uwe Exp $ */
/*
* machine/setjmp.h: machine dependent setjmp-related information.
*/
#define _JBLEN 23 /* size, in longs, of a jmp_buf */
|