Explorar o código

- linuxthreads and linuxthreads.old need nanosleep()

Bernhard Reutner-Fischer %!s(int64=17) %!d(string=hai) anos
pai
achega
696bbc3a1e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      extra/Configs/Config.in

+ 2 - 0
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