and sources of crt* assembler files Change-Id: I10547e8b589d36a7937a0833d86d4406a232aa2c Signed-off-by: Raghu Gandham <raghu@mips.com>
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_ */
|