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