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 5610be9b..decd26dc 100644 --- a/arch/i386/bits/setjmp.h +++ b/arch/i386/bits/setjmp.h @@ -1 +1 @@ -typedef unsigned long jmp_buf[6]; +typedef unsigned long __jmp_buf[6]; |