]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
authorFlorian Weimer <fweimer@redhat.com>
Fri, 18 Oct 2019 12:29:04 +0000 (14:29 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 18 Oct 2019 12:29:04 +0000 (14:29 +0200)
commite4b3707cea0eae2cf46a82534dd9279541e7415a
treec2246b8c9cf4f12e0de4e3cd050f15a751402fb3
parent5e20aae5ee087f394f276bd556c5c1df52d76ff9
nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined

All nptl targets have these signal definitions nowadays.  This
changes also replaces the nptl-generic version of pthread_sigmask
with the Linux version.

Tested on x86_64-linux-gnu and i686-linux-gnu.  Built with
build-many-glibcs.py.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
nptl/allocatestack.c
nptl/nptl-init.c
nptl/pthread_cancel.c
nptl/pthread_create.c
nptl/pthread_setcanceltype.c
nptl/pthread_sigmask.c
nptl/tst-cancel25.c
nptl/tst-signal7.c
sysdeps/nptl/allocrtsig.c
sysdeps/unix/sysv/linux/pthread_sigmask.c [deleted file]