[BACK]Return to setjmp.h CVS log [TXT][DIR] Up to [local] / sys / arch / mips64 / include

File: [local] / sys / arch / mips64 / include / setjmp.h (download)

Revision 1.1, Tue Mar 4 16:07:31 2008 UTC (16 years, 2 months ago) by nbrk
Branch point for: MAIN

Initial revision

/*	$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	83		/* size, in longs, of a jmp_buf */

#endif /* !_MIPS_SETJMP_H_ */