PATCH: Check __x86_64__ instead of __WORDSIZE in bits/setjmp.h

Roland McGrath roland@hack.frob.com
Mon Mar 19 22:38:00 GMT 2012


> -typedef long int __jmp_buf[8];
> +# if __x86_64__

ifdef

> +typedef long long int __jmp_buf[8];

We need to be very sure this cannot perturb anyone's ABI,
e.g. mangled names and the like.

I'm not aware of any such issue with __jmp_buf in particular, but
we must be circumspect.


Thanks,
Roland



More information about the Libc-alpha mailing list