change jmp_buf to share an underlying type and struct tag with sigjmp_buf
[musl] / arch / i386 / bits / setjmp.h
1 typedef unsigned long __jmp_buf[6];