glibc/signal
Adhemerval Zanella 01bd62517c Remove tls.h inclusion from internal errno.h
The tls.h inclusion is not really required and limits possible
definition on more arch specific headers.

This is a cleanup to allow inline functions on sysdep.h, more
specifically on i386 and ia64 which requires to access some tls
definitions its own.

No semantic changes expected, checked with a build against all
affected ABIs.
2020-11-13 12:59:19 -03:00
..
bits/types
sys
allocrtsig.c
kill.c
killpg.c
Makefile signal: Add signum-{generic,arch}.h 2020-07-07 14:10:58 -03:00
raise.c
sigaction.c
sigaddset.c
sigaltstack.c
sigandset.c
sigblock.c
sigdelset.c
sigempty.c Remove tls.h inclusion from internal errno.h 2020-11-13 12:59:19 -03:00
sigfillset.c signal: Use <sigsetops.h> for sigemptyset, sigfillset 2020-05-08 17:29:10 +02:00
siggetmask.c
sighold.c
sigignore.c
sigintr.c
sigisempty.c
sigismem.c Remove tls.h inclusion from internal errno.h 2020-11-13 12:59:19 -03:00
signal.c
signal.h signal: Move sys_siglist to a compat symbol 2020-07-07 14:10:58 -03:00
sigorset.c
sigpause.c
sigpending.c
sigprocmask.c
sigqueue.c
sigrelse.c
sigreturn.c
sigset.c
sigsetmask.c
sigsetops.c signal: Only handle on NSIG signals on signal functions (BZ #25657) 2020-04-21 15:10:10 -03:00
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 signal: Only handle on NSIG signals on signal functions (BZ #25657) 2020-04-21 15:10:10 -03:00
tst-signal.c
tst-sigset2.c signal: Deprecate additional legacy signal handling functions 2020-05-25 18:32:28 +02:00
tst-sigset.c
tst-sigsimple.c signal: Deprecate additional legacy signal handling functions 2020-05-25 18:32:28 +02:00
tst-sigwait-eintr.c
Versions