diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-26 05:59:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-26 05:59:22 +0000 |
commit | f1778711c8a5b50052e9c7165d612449ba2ad087 (patch) | |
tree | 109cd65e7d624ca91e1f3786c82a9e0895e9f7a6 /ChangeLog | |
parent | c7f7281eca160b12767b9e3c25b443bce13512a2 (diff) | |
download | glibc-f1778711c8a5b50052e9c7165d612449ba2ad087.tar.gz glibc-f1778711c8a5b50052e9c7165d612449ba2ad087.tar.xz glibc-f1778711c8a5b50052e9c7165d612449ba2ad087.zip |
Update.
* libio/iofclose.c (_IO_new_fclose): Only fall back on _IO_old_fclose if doing versioning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0e39609a09..d0dac7ce6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-07-25 Ulrich Drepper <drepper@cygnus.com> + * libio/iofclose.c (_IO_new_fclose): Only fall back on + _IO_old_fclose if doing versioning. + * libio/iofclose.c (_IO_new_fclose): Detect new streams and handle them appropriately. * libio/oldiofclose.c (_IO_old_fclose): Likewise. |