diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-29 20:29:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-29 20:29:35 +0000 |
commit | b08827487ae20b7758adcf29aec1204dc476396e (patch) | |
tree | af66c06ef337b2fa27588c3a39bcd92a547d5ef6 /ChangeLog | |
parent | 7dc7f7b215911a23deeffb9fd6f86cce39c425b6 (diff) | |
download | glibc-b08827487ae20b7758adcf29aec1204dc476396e.tar.gz glibc-b08827487ae20b7758adcf29aec1204dc476396e.tar.xz glibc-b08827487ae20b7758adcf29aec1204dc476396e.zip |
Update.
* stdio-common/vfprintf.c (vfprintf): Fix the remaining premature returns without cleaning up the lock.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8a622538e4..5881ea0939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1998-10-29 Ulrich Drepper <drepper@cygnus.com> + * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature + returns without cleaning up the lock. + * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0 kernels in mind when reading /proc/self/fd/FD. * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise. |