diff options
Diffstat (limited to 'arch/i386/bits/setjmp.h')
-rw-r--r-- | arch/i386/bits/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/bits/setjmp.h b/arch/i386/bits/setjmp.h index b6595bd2..5610be9b 100644 --- a/arch/i386/bits/setjmp.h +++ b/arch/i386/bits/setjmp.h @@ -1 +1 @@ -typedef unsigned long jmp_buf [7]; +typedef unsigned long jmp_buf[6]; |