glibc/sysdeps/mach/hurd/bits
Adhemerval Zanella e4e11b1dba signal: Add signum-{generic,arch}.h
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.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
2020-07-07 14:10:58 -03:00
..
types Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
errno.h hurd: Fix errno* generation 2018-10-31 10:32:39 +01:00
fcntl.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ioctls.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
local_lim.h htl: Add support for semaphore maximum value 2020-02-10 01:03:54 +00:00
param.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
posix_opt.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
signum-arch.h signal: Add signum-{generic,arch}.h 2020-07-07 14:10:58 -03:00
socket.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
stat.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
statfs.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
statvfs.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sysmacros.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
typesizes.h y2038: Define __suseconds64_t type to be used with struct __timeval64 2020-02-07 17:55:07 +01:00