Просмотр исходного кода

- linuxthreads and linuxthreads.old need nanosleep()

Bernhard Reutner-Fischer 18 лет назад
Родитель
Сommit
696bbc3a1e
1 измененных файлов с 2 добавлено и 0 удалено
  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"
 	bool "POSIX Threading support"
 	depends on !HAS_NO_THREADS
 	depends on !HAS_NO_THREADS
 	default y
 	default y
+	# linuxthreads and linuxthreads.old need nanosleep()
+	select UCLIBC_HAS_REALTIME
 	help
 	help
 	  If you want to compile uClibc with pthread support, then answer Y.
 	  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
 	  This will increase the size of uClibc by adding a bunch of locking