* libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthread
version.
This commit is contained in:
parent
53bbfeed98
commit
94c837599c
|
@ -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
|
||||
|
|
|
@ -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() \
|
||||
|
|
Loading…
Reference in New Issue