#ifndef __BITS_SETJMP_H #define __BITS_SETJMP_H typedef unsigned long jmp_buf[8]; #endif