diff options
author | Roland McGrath <roland@gnu.org> | 2003-05-17 00:59:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-05-17 00:59:16 +0000 |
commit | 1eefffb0e7fb26e4bf11cdaeae54d30bcc66f369 (patch) | |
tree | 27634dfa5aebce7ed7fcb0d0305aaa4e2d46db5a /nptl | |
parent | 3e335bbc322346413fe4a3395e68c7b5586cfdad (diff) | |
download | glibc-1eefffb0e7fb26e4bf11cdaeae54d30bcc66f369.tar glibc-1eefffb0e7fb26e4bf11cdaeae54d30bcc66f369.tar.gz glibc-1eefffb0e7fb26e4bf11cdaeae54d30bcc66f369.tar.bz2 glibc-1eefffb0e7fb26e4bf11cdaeae54d30bcc66f369.zip |
* sysdeps/unix/sysv/linux/register-atfork.c (libc_freeres_fn): Fix
uninitialized variable braino.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d753b95fbb..0813aaf1c4 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-05-16 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/register-atfork.c (libc_freeres_fn): Fix + uninitialized variable braino. + 2003-05-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/timer_gettime.c (timer_gettime): Correct |