summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-21 19:49:52 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-21 19:49:52 (GMT)
commitf4a611b9cbbcbf90975cf75df3512368507ff696 (patch)
tree6042e6ab614f7ba6cee3b29a089f67be8c95358e /config
parent8c2e76ccb864b8af8951efe967af1ddbccca5496 (diff)
Typos in linuxthreads/posix config values.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/libc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc.in b/config/libc.in
index e1eabd2..cd3ccec 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -55,8 +55,8 @@ choice
bool
prompt "Threading implementation to use:"
default THREADS_NATIVE if LIBC_SUPPORT_THREADS_NATIVE
- default THREADS_THREADS_LT if LIBC_SUPPORT_THREADS_LT
- default THREADS_THREADS_POSIX if LIBC_SUPPORT_THREADS_POSIX
+ default THREADS_LT if LIBC_SUPPORT_THREADS_LT
+ default THREADS_POSIX if LIBC_SUPPORT_THREADS_POSIX
default THREADS_NONE
config THREADS_NATIVE