[PATCH v2 01/13] signal: Add signum-{generic,arch}.h

Carlos O'Donell carlos@redhat.com
Thu Jun 18 12:50:15 GMT 2020


On 6/3/20 2:34 PM, Adhemerval Zanella via Libc-alpha wrote:
> It refactor how signals are defined by each architecture.  Instead of
> include a generic header (bits/signum-generic.h) and undef non-default
> values in an arch specific header (bits/signum.h) the new scheme uses a
> common definition (bits/signum-generic.h) and each architectures add
> its specific definitions on a new header (bits/signum-arch.h).
> 
> For Linux it requires copy some system default definitions to alpha,
> hppa, and sparc.  They are historical values and newer ports uses
> the generic Linux signum-arch.h.
> 
> For Hurd the BSD signum is removed and moved to a new header (it is
> used currently only on Hurd).
> 
> Checked on a build against all affected ABIs.

The second patch in this series no longer applies cleany.

Could you please rebase the patchset to v3 with your 2 v4 patches?

I'll review after that. You're #2 in the queue. I'm going to review
Szabolc's tls reservation patches now.

-- 
Cheers,
Carlos.



More information about the Libc-alpha mailing list