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: Bug 16713 - [s390x] Member "sa_flags" does not have the correct type


On Tuesday, September 09 2014, Rich Felker wrote:

> glibc needs to have a POSIX conforming public definition of struct
> sigaction. If there's any risk of the kernel interpreting the junk in
> the upper bits due to the kernel's incorrect definition of the
> structure, then glibc needs to make a copy to pass to the kernel, with
> the unused bits filled with zeros in the copy.

Thanks for the explanation.  Then yeah, the "bridge struct" idea seems
like the best one.

-- 
Sergio
GPG key ID: 0x65FC5E36
Please send encrypted e-mail if possible
http://sergiodj.net/


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