summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2010-04-02 10:29:00 -0700
committerAustin Foxley <austinf@cetoncorp.com>2010-04-02 10:29:00 -0700
commitc3af26045aa44286482fbfe93097f24b48cfb6a3 (patch)
treeae8237e115b170f33fc602a4717beee220356aac /extra
parentba3aaf137c521cdfdb8e16499dfadc977e5feb53 (diff)
nptl needs stdio futexes enabled.
this got reverted in the merge I just did Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 4e13cd0d2..e43033941 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -435,6 +435,7 @@ config LINUXTHREADS_NEW
config UCLIBC_HAS_THREADS_NATIVE
bool "Native POSIX Threading (NPTL)"
select UCLIBC_HAS_TLS
+ select UCLIBC_HAS_STDIO_FUTEXES
help
If you want to compile uClibc with NPTL support, then answer Y.