This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]