change jmp_buf to share an underlying type and struct tag with sigjmp_buf
[musl] / arch / powerpc / bits / setjmp.h
index ab583ab..1cb0f26 100644 (file)
@@ -1 +1 @@
-typedef unsigned long long jmp_buf [56];
+typedef unsigned long long __jmp_buf[56];