From: Roland McGrath Date: Wed, 17 Nov 2004 21:27:16 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/timer_routines.c (__start_helper_thread): X-Git-Tag: cvs/fedora-glibc-20041119T0003~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec188f92d96d881274df318d6a82420e4b7844bf;p=thirdparty%2Fglibc.git * sysdeps/unix/sysv/linux/timer_routines.c (__start_helper_thread): Make sure SIGCANCEL is blocked as well. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a30b5b877a5..4c63f9e1479 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2004-11-17 Roland McGrath + + * sysdeps/unix/sysv/linux/timer_routines.c (__start_helper_thread): + Make sure SIGCANCEL is blocked as well. + 2004-11-10 Jakub Jelinek * sysdeps/pthread/setxid.h: New file.