glibc/sysdeps/unix/bsd
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
..
bits signal: Add signum-{generic,arch}.h 2020-07-07 14:10:58 -03:00
bsdtty.h initial import 1995-02-18 01:27:10 +00:00
cmsg_nxthdr.c Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. 2013-12-22 14:49:48 +00:00
getpt.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
gtty.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Implies Merge sysdeps/unix/common into sysdeps/unix. 2012-05-04 23:15:56 +00:00
Makefile Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. 2013-12-22 14:49:48 +00:00
sigblock.c Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. 2013-12-22 14:49:48 +00:00
sigsetmask.c Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. 2013-12-22 14:49:48 +00:00
stty.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
syscalls.list Remove sigvec. 2014-11-14 11:06:08 -08:00
tcdrain.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tcflow.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tcflush.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tcgetattr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tcgetpgrp.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tcsendbrk.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tcsetattr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tcsetpgrp.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ualarm.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
unlockpt.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. 2013-12-22 14:49:48 +00:00