summaryrefslogtreecommitdiff
path: root/config/libc/none.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/none.in')
-rw-r--r--config/libc/none.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/none.in b/config/libc/none.in
index 78a0612..d587faf 100644
--- a/config/libc/none.in
+++ b/config/libc/none.in
@@ -11,3 +11,9 @@
## help on the C library.
## help
## help If unsure: do *not* choose that, and use another option in the choice.
+
+# The no-threads is usually set in the main libc.in config file.
+# But since the "none" C library does not show the threads choice,
+# we have to define the no-threads value ourselves here:
+config THREADS
+ default "none"