glibc/sysdeps/unix/sysv/linux/mips/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 semctl: Remove the sem-pad.h file 2020-04-29 08:29:30 -07:00
epoll.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
errno.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
eventfd.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fcntl.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
inotify.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ioctl-types.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
local_lim.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
mman.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
msq-pad.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
poll.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
procfs.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
resource.h Use gcc -finput-charset=ascii for check-installed-headers. 2020-02-13 17:32:00 +01:00
rseq.h Linux: Perform rseq registration at C startup and thread creation 2020-07-06 10:21:16 +02:00
shm-pad.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shmlba.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigaction.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigcontext.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
siginfo-arch.h
signalfd.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_type.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
socket-constants.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
termios-c_cc.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
termios-c_lflag.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
termios-struct.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
termios-tcflow.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
timerfd.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00