mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
e4e11b1dba
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> |
||
---|---|---|
.. | ||
bits/types | ||
sys | ||
allocrtsig.c | ||
kill.c | ||
killpg.c | ||
Makefile | ||
raise.c | ||
sigaction.c | ||
sigaddset.c | ||
sigaltstack.c | ||
sigandset.c | ||
sigblock.c | ||
sigdelset.c | ||
sigempty.c | ||
sigfillset.c | ||
siggetmask.c | ||
sighold.c | ||
sigignore.c | ||
sigintr.c | ||
sigisempty.c | ||
sigismem.c | ||
signal.c | ||
signal.h | ||
sigorset.c | ||
sigpause.c | ||
sigpending.c | ||
sigprocmask.c | ||
sigqueue.c | ||
sigrelse.c | ||
sigreturn.c | ||
sigset.c | ||
sigsetmask.c | ||
sigsetops.c | ||
sigstack.c | ||
sigsuspend.c | ||
sigtimedwait.c | ||
sigvec.c | ||
sigwait.c | ||
sigwaitinfo.c | ||
sysv_signal.c | ||
tst-minsigstksz-1.c | ||
tst-minsigstksz-2.c | ||
tst-minsigstksz-3.c | ||
tst-minsigstksz-3a.c | ||
tst-minsigstksz-4.c | ||
tst-raise.c | ||
tst-sigaction.c | ||
tst-sigisemptyset.c | ||
tst-signal.c | ||
tst-sigset2.c | ||
tst-sigset.c | ||
tst-sigsimple.c | ||
tst-sigwait-eintr.c | ||
Versions |