change jmp_buf to share an underlying type and struct tag with sigjmp_buf
[musl] / arch / i386 / bits / setjmp.h
index 5610be9..decd26d 100644 (file)
@@ -1 +1 @@
-typedef unsigned long jmp_buf[6];
+typedef unsigned long __jmp_buf[6];