X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fx86_64%2Fbits%2Fsetjmp.h;h=63973a8001168472c1acc8ba1df81f59e8f7b583;hb=7a9669e977e5f750cf72ccbd2614f8b72ce02c4c;hp=81d4968a1fcc5b8116a53e198bce1c094d3b48ae;hpb=d6c0efe106b1016108207fb6872820c06dcef4f8;p=musl 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];