diff options
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 4d84d5062..38a26e02f 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2004-01-16 Thomas Pfaff <tpfaff@gmx.net> + + * libc/stdio/findfp.c (__sfp): Remove unnecessary memset. + * libc/stdio/vfprintf.c (__sbprintf): Ditto. + Add calls to __lock_init_recursive and __lock_close_recursive + instead. + 2004-01-15 Thomas Pfaff <tpfaff@gmx.net> * libc/stdio/fclose.c: Include sys/lock.h. |