diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-05-27 14:56:54 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-05-27 14:56:54 +0000 |
commit | 3f611058b784531fb75fa47f1c980611b9cabc97 (patch) | |
tree | 6cbc882b8a73689c25af118731725ba26d2b0061 /newlib/ChangeLog | |
parent | 6d70519a4b8ee771792957adb5a2dab11e41ecbc (diff) | |
download | newlib-3f611058b784531fb75fa47f1c980611b9cabc97.zip newlib-3f611058b784531fb75fa47f1c980611b9cabc97.tar.gz newlib-3f611058b784531fb75fa47f1c980611b9cabc97.tar.bz2 |
2004-05-27 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/vfprintf.c (_VFPRINTF): Move file locking
from here ...
(_VFPRINTF_R): ... to here so all I/O printf routines
are covered.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 43ca24a..c1866d8 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2004-05-27 Jeff Johnston <jjohnstn@redhat.com> + + * libc/stdio/vfprintf.c (_VFPRINTF): Move file locking + from here ... + (_VFPRINTF_R): ... to here so all I/O printf routines + are covered. + 2004-05-26 Jeff Johnston <jjohnstn@redhat.com> * libc/search/hash_buf.c: Protect MAX and MIN macros from |