Linux: Use __pthread_attr_setsigmask_internal for timer helper thread
commitba9f6ee9bb8a894c9e2fb715edf693dd157b420a
authorFlorian Weimer <fweimer@redhat.com>
Tue, 19 May 2020 10:03:44 +0000 (19 12:03 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 2 Jun 2020 09:59:26 +0000 (2 11:59 +0200)
treeaeb011ca2517f47f8dbcb9ca0a99f2148c30ff50
parentec41af45a6d25f70f9c7ea15cb831a2b2fea3855
Linux: Use __pthread_attr_setsigmask_internal for timer helper thread

timer_create needs to create threads with all signals blocked,
including SIGTIMER (which happens to equal SIGCANCEL).

Fixes commit b3cae39dcbfa2432b3f3aa28854d8ac57f0de1b8 ("nptl: Start
new threads with all signals blocked [BZ #25098]").

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/unix/sysv/linux/timer_routines.c