* libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthread

version.
This commit is contained in:
Corinna Vinschen 2012-05-31 07:33:59 +00:00
parent 53bbfeed98
commit 94c837599c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-05-31 Corinna Vinschen <vinschen@redhat.com>
* libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthread
version.
2012-05-30 Corinna Vinschen <vinschen@redhat.com>
* libc/stdio/fgetws.c (_fgetws_r): Call _mbsnrtowcs_r rather than

View File

@ -101,7 +101,7 @@
{ \
__sfp_lock_acquire ()
# define _newlib_sfp_lock_end() \
# define _newlib_sfp_lock_exit() \
__sfp_lock_release ();
# define _newlib_sfp_lock_end() \