[PATCH 2/2] jmpbuf: Add paddings for target specific usage

Florian Weimer fweimer@redhat.com
Wed Nov 8 06:06:00 GMT 2017


On 11/07/2017 11:39 PM, H.J. Lu wrote:
> +typedef struct
> +  {
> +    __sigset_t __saved_mask;
> +  } __jmpbuf_target_t;

“Target” in the sense of “target architecture”, not “jump target”? 
Maybe it's better to pick a different name.

Should <bits/setjmp3.h> be a header under bits/types/ instead?

Thanks,
Florian



More information about the Libc-alpha mailing list