X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fx86_64%2Fbits%2Fsetjmp.h;h=63973a8001168472c1acc8ba1df81f59e8f7b583;hb=54991729fd1e3d3a0cb71884d758d86afe6da9e0;hp=c5b9e4af5c5ea8a760139d4bba289efde3353d74;hpb=1e12632591ab98a6ea3af8680716c28282552981;p=musl 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];