blob: 55ba7bebb5ab52c782a6b37f11da839c3944d552 [file] [log] [blame]
Chris Dearman645d0312014-02-05 18:51:43 -08001/* $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_ */