X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fx86_64%2Fbits%2Fsetjmp.h;h=63973a8001168472c1acc8ba1df81f59e8f7b583;hp=c5b9e4af5c5ea8a760139d4bba289efde3353d74;hb=HEAD;hpb=1e12632591ab98a6ea3af8680716c28282552981 diff --git a/arch/x86_64/bits/setjmp.h b/arch/x86_64/bits/setjmp.h index c5b9e4af..63973a80 100644 --- a/arch/x86_64/bits/setjmp.h +++ b/arch/x86_64/bits/setjmp.h @@ -1 +1 @@ -typedef unsigned long jmp_buf [9]; +typedef unsigned long __jmp_buf[8];