mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
10 lines
273 B
C
10 lines
273 B
C
/* $NetBSD: setjmp.h,v 1.1 2002/06/05 01:04:23 fredette Exp $ */
|
|
|
|
/* $OpenBSD: setjmp.h,v 1.1 1998/08/28 19:56:05 mickey Exp $ */
|
|
|
|
/*
|
|
* machine/setjmp.h: machine dependent setjmp-related information.
|
|
*/
|
|
|
|
#define _JBLEN 48 /* size, in longs, of a jmp_buf */
|