aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-27 18:17:50 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-27 18:17:50 +0000
commita6375d1104c907dc4a26e780af4207b89f48a0a2 (patch)
treea42e7d261c4299cfe231f5b4a09615efc1b6b215 /nptl/ChangeLog
parentb8c8817c81068fe260688cfdfdcc0940d7e13e76 (diff)
downloadglibc-a6375d1104c907dc4a26e780af4207b89f48a0a2.tar
glibc-a6375d1104c907dc4a26e780af4207b89f48a0a2.tar.gz
glibc-a6375d1104c907dc4a26e780af4207b89f48a0a2.tar.bz2
glibc-a6375d1104c907dc4a26e780af4207b89f48a0a2.zip
* sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
Allocate new object which is passed to timer_sigev_thread so that the timer can be deleted before the new thread is scheduled.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index c725b8d243..132b2d07ef 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-27 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
+ Allocate new object which is passed to timer_sigev_thread so that
+ the timer can be deleted before the new thread is scheduled.
+
2006-04-26 Roland McGrath <roland@redhat.com>
* sysdeps/x86_64/tls.h: Include <asm/prctl.h> inside [! __ASSEMBLER__].