diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-19 21:30:34 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-19 21:30:34 +0000 |
commit | 403f752cb26c161ca80bdab4981640316f67ed39 (patch) | |
tree | 5335093d25bf26b49554450e3e686db150664e34 /newlib/ChangeLog | |
parent | 14aecf24eb84343582bb4fe42b20b32f63c7edaa (diff) | |
download | cygnal-403f752cb26c161ca80bdab4981640316f67ed39.tar.gz cygnal-403f752cb26c161ca80bdab4981640316f67ed39.tar.bz2 cygnal-403f752cb26c161ca80bdab4981640316f67ed39.zip |
2004-01-19 Thomas Pfaff <tpfaff@gmx.net>
* libc/stdio/fclose.c (fclose): Release FILE as the last step.
* libc/stdio/freopen.c (freopen): Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 5e57a37a8..1641d7b87 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2004-01-19 Thomas Pfaff <tpfaff@gmx.net> + + * libc/stdio/fclose.c (fclose): Release FILE as the last step. + * libc/stdio/freopen.c (freopen): Ditto. + 2004-01-16 Christopher Faylor <cgf@redhat.com> * libc/stdio/vfprintf.c: Add sys/lock.h include. |