about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-29 20:29:35 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-29 20:29:35 +0000
commitb08827487ae20b7758adcf29aec1204dc476396e (patch)
treeaf66c06ef337b2fa27588c3a39bcd92a547d5ef6 /ChangeLog
parent7dc7f7b215911a23deeffb9fd6f86cce39c425b6 (diff)
downloadglibc-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--ChangeLog3
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.