blob: 55ba7bebb5ab52c782a6b37f11da839c3944d552 [file] [log] [blame]
Raghu Gandham405b8022012-07-25 18:16:42 -07001/* $OpenBSD: setjmp.h,v 1.2 2004/08/10 21:10:56 pefo Exp $ */
2
3/* Public domain */
4
5#ifndef _MIPS_SETJMP_H_
6#define _MIPS_SETJMP_H_
7
8#define _JBLEN 157 /* size, in longs, of a jmp_buf */
9
10#endif /* !_MIPS_SETJMP_H_ */