aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-24 01:12:37 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-24 01:12:37 +0000
commit8558d715d0dc104832c65f52e14158d0c606f3a1 (patch)
tree7e5b8bfb7042861669e5b2f8648aa265c4ca325d /nptl/ChangeLog
parent2c210d1eb88d4ab44bfce576b8fbac8e89a946f4 (diff)
downloadglibc-8558d715d0dc104832c65f52e14158d0c606f3a1.zip
glibc-8558d715d0dc104832c65f52e14158d0c606f3a1.tar.gz
glibc-8558d715d0dc104832c65f52e14158d0c606f3a1.tar.bz2
* sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
Use __sigfillset. Document that sigfillset does the right thing wrt to SIGSETXID.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 7d103e6..cc28aca 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,6 +1,8 @@
2005-08-23 Ulrich Drepper <drepper@redhat.com>
- * sysdeps/unix/sysv/linux/timer_routines.c: Don't block SIGSETXID ever.
+ * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
+ Use __sigfillset. Document that sigfillset does the right thing wrt
+ to SIGSETXID.
2005-07-11 Jakub Jelinek <jakub@redhat.com>