summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/setjmp.h
blob: c6418e4045e6b9d698d7d994a3f3d6ab63a6cdd1 (plain)
1
2
3
4
5
6
7
8
9
/*	$OpenBSD: setjmp.h,v 1.6 2001/08/12 12:03:02 heko Exp $	*/

/*
 * machine/setjmp.h: machine dependent setjmp-related information.
 */
#ifndef __MACHINE_SETJMP_H__
#define __MACHINE_SETJMP_H__
#define	_JBLEN	22		/* size, in longs, of a jmp_buf */
#endif /* __MACHINE_SETJMP_H__ */