This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] signal: Use correct type for si_band in siginfo_t [BZ #23562]
On Thu, 25 Oct 2018, Florian Weimer wrote:
> This is what I came up with. I tried it on x86-64, sparcv9, and
> sparc64, and the conform tests no longer fail.
>
> conform: XFAIL siginfo_t si_band test on sparc64
>
> We can use long int on sparcv9, but on sparc64, we must match the int
> type used by the kernel (and not long int, as in POSIX).
Thanks, this looks good to me.
--
Joseph S. Myers
joseph@codesourcery.com