svn commit: trunk/uClibc/extra/Configs
aldot at uclibc.org
aldot at uclibc.org
Thu Jun 5 01:10:14 PDT 2008
Author: aldot
Date: 2008-06-05 01:10:12 -0700 (Thu, 05 Jun 2008)
New Revision: 22224
Log:
- linuxthreads and linuxthreads.old need nanosleep()
Modified:
trunk/uClibc/extra/Configs/Config.in
Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in 2008-06-05 06:51:06 UTC (rev 22223)
+++ trunk/uClibc/extra/Configs/Config.in 2008-06-05 08:10:12 UTC (rev 22224)
@@ -360,6 +360,8 @@
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
More information about the uClibc-cvs
mailing list