[PATCH 2/2] jmpbuf: Add paddings for target specific usage
H.J. Lu
hjl.tools@gmail.com
Wed Nov 8 18:27:00 GMT 2017
On Tue, Nov 7, 2017 at 10:05 PM, Florian Weimer <fweimer@redhat.com> wrote:
> 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.
I checked it to __jmpbuf_arch_t.
> Should <bits/setjmp3.h> be a header under bits/types/ instead?
>
I renamed it to bits/types/__jmpbuf_arch_t.h.
Here is the updated patch. Tested with build-many-glibcs.py.
Are there any comments or objections?
Thanks.
--
H.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-jmpbuf-Add-paddings-for-architecture-specific-usage.patch
Type: text/x-patch
Size: 12116 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20171108/a69dde96/attachment.bin>
More information about the Libc-alpha
mailing list