change jmp_buf to share an underlying type and struct tag with sigjmp_buf
[musl] / arch / x86_64 / bits / setjmp.h
index 81d4968..63973a8 100644 (file)
@@ -1 +1 @@
-typedef unsigned long jmp_buf[8];
+typedef unsigned long __jmp_buf[8];