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

Annotation of sys/arch/mips64/include/setjmp.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: setjmp.h,v 1.2 2004/08/10 21:10:56 pefo Exp $ */
                      2:
                      3: /* Public domain */
                      4:
                      5: #ifndef _MIPS_SETJMP_H_
                      6: #define _MIPS_SETJMP_H_
                      7:
                      8: #define        _JBLEN  83              /* size, in longs, of a jmp_buf */
                      9:
                     10: #endif /* !_MIPS_SETJMP_H_ */

CVSweb