4 #include <_types/_setjmp.h> 14 unsigned long __ss[128 /
sizeof(long)];
19 #ifndef DISABLE_UNIMPLEMENTED_LIBC_APIS 24 #ifndef DISABLE_UNIMPLEMENTED_LIBC_APIS __attribute__((noreturn, weak)) void __assert_fail(const char *expr
void _longjmp(jmp_buf, int) __attribute__((noreturn))
int sigsetjmp(sigjmp_buf, int)
unsigned long __ss[128/sizeof(long)]
void longjmp(jmp_buf, int) __attribute__((noreturn))
struct __jmp_buf_tag jmp_buf[1]
void siglongjmp(sigjmp_buf, int) __attribute__((noreturn))