See https://android-review.googlesource.com/#/c/99021/ Change-Id: I10daf2da97aa9d3c99661b5d79080b96a0ae9f22
11 lines
219 B
C
11 lines
219 B
C
/* $OpenBSD: setjmp.h,v 1.2 2004/08/10 21:10:56 pefo Exp $ */
|
|
|
|
/* Public domain */
|
|
|
|
#ifndef _MIPS_SETJMP_H_
|
|
#define _MIPS_SETJMP_H_
|
|
|
|
#define _JBLEN 157 /* size, in longs, of a jmp_buf */
|
|
|
|
#endif /* !_MIPS_SETJMP_H_ */
|