diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/bits/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/bits/setjmp.h b/arch/x86_64/bits/setjmp.h index 81d4968a..63973a80 100644 --- a/arch/x86_64/bits/setjmp.h +++ b/arch/x86_64/bits/setjmp.h @@ -1 +1 @@ -typedef unsigned long jmp_buf[8]; +typedef unsigned long __jmp_buf[8]; |