diff options
author | midipix <writeonce@midipix.org> | 2016-09-18 18:28:13 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-09-18 18:28:13 -0400 |
commit | 89be8be352e0acfdec7e009736cfd8b55093fc26 (patch) | |
tree | 5a8c4a6b0f2e2f5bb9033af1bee734f40d674158 /arch/nt32 | |
parent | 42c9ccadf8cc9994b1c31cf172dc61215bc590bb (diff) | |
download | mmglue-89be8be352e0acfdec7e009736cfd8b55093fc26.tar.bz2 mmglue-89be8be352e0acfdec7e009736cfd8b55093fc26.tar.xz |
nt32: fix bits/setjmp.h to match target ABI.
Diffstat (limited to 'arch/nt32')
-rw-r--r-- | arch/nt32/bits/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nt32/bits/setjmp.h b/arch/nt32/bits/setjmp.h index 63973a8..decd26d 100644 --- a/arch/nt32/bits/setjmp.h +++ b/arch/nt32/bits/setjmp.h @@ -1 +1 @@ -typedef unsigned long __jmp_buf[8]; +typedef unsigned long __jmp_buf[6]; |