You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
268 B

/* $OpenBSD: setjmp.h,v 1.2 1999/01/27 04:46:06 imp Exp $ */
/*
* mips/setjmp.h: machine dependent setjmp-related information.
*/
#ifndef _MIPS_SETJMP_H_
#define _MIPS_SETJMP_H_
#define _JBLEN 83 /* size, in longs, of a jmp_buf */
#endif /* !_MIPS_SETJMP_H_ */