diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-28 04:03:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-28 04:03:38 +0000 |
commit | f672076efaa2c99d1dac92070f1723a8a6378456 (patch) | |
tree | 8f9025ebba4470e48a43dd1dd814ba1c8f993734 /nptl/ChangeLog | |
parent | 109f51f2b2f3331cccc1027f00ef0c752c4ffdaf (diff) | |
download | glibc-f672076efaa2c99d1dac92070f1723a8a6378456.tar glibc-f672076efaa2c99d1dac92070f1723a8a6378456.tar.gz glibc-f672076efaa2c99d1dac92070f1723a8a6378456.tar.bz2 glibc-f672076efaa2c99d1dac92070f1723a8a6378456.zip |
[BZ #4306]
2007-04-27 Ulrich Drepper <drepper@redhat.com>
[BZ #4306]
* sysdeps/unix/sysv/linux/timer_create.c (timer_create):
Initialize the whole sigevent structure to appease valgrind.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0978e5d5c0..3821229684 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2007-04-27 Ulrich Drepper <drepper@redhat.com> + + [BZ #4306] + * sysdeps/unix/sysv/linux/timer_create.c (timer_create): + Initialize the whole sigevent structure to appease valgrind. + 2007-04-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/tls.h (tcbhead_t): Add vgetcpu_cache. |