OSDN Git Service

- linuxthreads and linuxthreads.old need nanosleep()
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 5 Jun 2008 08:10:12 +0000 (08:10 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 5 Jun 2008 08:10:12 +0000 (08:10 -0000)
extra/Configs/Config.in

index 8ac002d..385a45e 100644 (file)
@@ -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