fix type issues in stdint.h so underlying types of 64-bit types match ABI
[musl] / arch / arm / bits / setjmp.h
index a4baec4..3938cb8 100644 (file)
@@ -1 +1 @@
-typedef unsigned long jmp_buf [64];
+typedef unsigned long long jmp_buf[32];