[git commit] config: move STDIO_FUTEXES up a bit

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Dec 12 13:43:55 UTC 2014


commit: http://git.uclibc.org/uClibc/commit/?id=926a698c5ac69b599014ce147cc814343f0aaa4f
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 extra/Configs/Config.in |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 32180f7..00480e9 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1430,6 +1430,13 @@ config UCLIBC_HAS_STRING_ARCH_OPT
 	  These are small and fast, the only reason _not_ to say Y here is
 	  for debugging purposes.
 
+config UCLIBC_HAS_STDIO_FUTEXES
+	bool "Use futexes for multithreaded I/O locking"
+	depends on UCLIBC_HAS_THREADS_NATIVE
+	help
+	  If you want to compile uClibc to use futexes for low-level
+	  I/O locking, answer Y.  Otherwise, answer N.
+
 config UCLIBC_HAS_CTYPE_TABLES
 	bool "Use Table Versions Of 'ctype.h' Functions."
 	default y
@@ -1889,13 +1896,6 @@ config UCLIBC_HAS_GNU_GETOPT
 
 	  Most people will answer Y.
 
-config UCLIBC_HAS_STDIO_FUTEXES
-	bool "Use futexes for multithreaded I/O locking"
-	depends on UCLIBC_HAS_THREADS_NATIVE
-	help
-	  If you want to compile uClibc to use futexes for low-level
-	  I/O locking, answer Y.  Otherwise, answer N.
-
 config UCLIBC_HAS_GETOPT_LONG
 	bool "Support getopt_long/getopt_long_only"
 	depends on !UCLIBC_HAS_GNU_GETOPT


More information about the uClibc-cvs mailing list