diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-29 20:36:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-29 20:36:52 +0000 |
commit | d8334b9a912e860953b2835738dc89244c80027f (patch) | |
tree | 3c821504bc0f25c2e0b0339937c7c8e658919b72 /ChangeLog | |
parent | b08827487ae20b7758adcf29aec1204dc476396e (diff) | |
download | glibc-d8334b9a912e860953b2835738dc89244c80027f.tar glibc-d8334b9a912e860953b2835738dc89244c80027f.tar.gz glibc-d8334b9a912e860953b2835738dc89244c80027f.tar.bz2 glibc-d8334b9a912e860953b2835738dc89244c80027f.zip |
Update.
(printf_unknown): Add label all_done.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature returns without cleaning up the lock. + (printf_unknown): Add label all_done. * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0 kernels in mind when reading /proc/self/fd/FD. |