c1b44ecc53
This creates build issues in the internal Android tree. Will investigate later. Original patch: https://android-review.googlesource.com/#/c/38875/ Change-Id: I12c5995ebf172890051af42a5d3b31014c9c5117
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_ */
|