Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-05-31 11:33:59 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-05-31 11:33:59 +0400
commit94c837599c5892e069d0245332ccc9e408e57cd3 (patch)
treeb9a13fc68deb6b5c6f8f5a2860b16673b0350e7f /newlib/libc/stdio
parent53bbfeed98c82b018bdfa5e719abd31ac1beba40 (diff)
* libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthread
version.
Diffstat (limited to 'newlib/libc/stdio')
-rw-r--r--newlib/libc/stdio/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/local.h b/newlib/libc/stdio/local.h
index aeeb0e8ee..b4bc5e01a 100644
--- a/newlib/libc/stdio/local.h
+++ b/newlib/libc/stdio/local.h
@@ -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() \