diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 9f2f066e2..04832e559 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2003-03-30 Thomas Pfaff <tpfaff@gmx.net> + + * libc/stdio/findfp.c (__fp_lock_all): Add call to + __sfp_lock_acquire. + (__fp_unlock_all): Add call to __sfp_lock_release. + 2004-03-25 Thomas Pfaff <tpfaff@gmx.net> * libc/stdio/fclose.c (fclose): Protect file pointer list when |