diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-05 08:10:12 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-05 08:10:12 +0000 |
commit | 696bbc3a1ec22d12d1a38bb3801e5a52190100cd (patch) | |
tree | 2b8515f01c24a83717efcf8feebe4082849672af | |
parent | 8048d7f7c0db91d3004133eb0b446ee5b121c16f (diff) |
- linuxthreads and linuxthreads.old need nanosleep()
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 8ac002d41..385a45eb4 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -360,6 +360,8 @@ config UCLIBC_HAS_THREADS bool "POSIX Threading support" depends on !HAS_NO_THREADS default y + # linuxthreads and linuxthreads.old need nanosleep() + select UCLIBC_HAS_REALTIME help If you want to compile uClibc with pthread support, then answer Y. This will increase the size of uClibc by adding a bunch of locking |