summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-09-03 09:58:30 +0200
committerAndreas Schwab <schwab@redhat.com>2009-09-03 09:58:30 +0200
commit3f3be09ae7ae17e7dbbaf9777161cf98d283cb73 (patch)
tree9bcc52e4ca8c32cb4dc10a2272fdb67f79c76be3 /nptl/ChangeLog
parent00cf698f76b531ceeca6ad151d5b59674dd5bb80 (diff)
parent01034d7590f0db29a689d0037cf9b837e38e7482 (diff)
Merge commit 'origin/master' into fedora/master
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 42f1b67992..b537413ce6 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-02 Suzuki K P <suzuki@in.ibm.com>
+ Joseph Myers <joseph@codesourcery.com>
+
+ [BZ #7094]
+ * sysdeps/unix/sysv/linux/timer_create.c (timer_create):
+ Initialize the sigev_notify field for newly created timer to make sure
+ the timer gets deleted from the active timer's list upon timer_delete.
+
2009-08-27 Andrew Stubbs <ams@codesourcery.com>
* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_timedlock_wait):