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

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

1.1       nbrk        1: /*     $OpenBSD: setjmp.h,v 1.1 2004/04/26 12:34:05 miod Exp $ */
                      2:
                      3: /*
                      4:  * machine/setjmp.h: machine dependent setjmp-related information.
                      5:  */
                      6: #ifndef __MACHINE_SETJMP_H__
                      7: #define __MACHINE_SETJMP_H__
                      8: #define        _JBLEN  21              /* size, in longs, of a jmp_buf */
                      9: #endif /* __MACHINE_SETJMP_H__ */

CVSweb