diff options
author | Roland McGrath <roland@gnu.org> | 2004-11-17 21:27:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-11-17 21:27:16 +0000 |
commit | ec188f92d96d881274df318d6a82420e4b7844bf (patch) | |
tree | c9a5a30c06047abf87ecc7e0b9d5296236a2a138 /nptl | |
parent | 0086214c64c761de977e51076522593e3a4e411a (diff) | |
download | glibc-ec188f92d96d881274df318d6a82420e4b7844bf.tar glibc-ec188f92d96d881274df318d6a82420e4b7844bf.tar.gz glibc-ec188f92d96d881274df318d6a82420e4b7844bf.tar.bz2 glibc-ec188f92d96d881274df318d6a82420e4b7844bf.zip |
* sysdeps/unix/sysv/linux/timer_routines.c (__start_helper_thread):
Make sure SIGCANCEL is blocked as well.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a30b5b877a..4c63f9e147 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2004-11-17 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/timer_routines.c (__start_helper_thread): + Make sure SIGCANCEL is blocked as well. + 2004-11-10 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/setxid.h: New file. |