diff options
author | Suzuki Poulose <suzuki@in.ibm.com> | 2009-09-02 19:58:50 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-09-02 19:58:50 -0700 |
commit | 38eb61366303c2857f1b00785757bc21da983d70 (patch) | |
tree | 01b722f0d7877b6f5e4cd0cc51370eee3f3c7c0f /nptl/ChangeLog | |
parent | 2eeb9a5d73bd86261b69e61955741e3ce86c28f6 (diff) | |
download | glibc-38eb61366303c2857f1b00785757bc21da983d70.tar.gz glibc-38eb61366303c2857f1b00785757bc21da983d70.tar.xz glibc-38eb61366303c2857f1b00785757bc21da983d70.zip |
Fix timer_create to initialize timer_t properly.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 911312ffc4..422172267b 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): |