瀏覽代碼

nptl: fix exclusion of pthread_setconcurrency.c

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 9 年之前
父節點
當前提交
8d15cd677d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libpthread/nptl/Makefile.in

+ 1 - 1
libpthread/nptl/Makefile.in

@@ -21,7 +21,7 @@ libpthread-routines- += allocatestack.c # dummy included by pthread_create.c
 libpthread-routines- += pthread_mutex_getprioceiling.c pthread_mutex_setprioceiling.c # XXX: delete those or use them!
 libpthread-routines-$(UCLIBC_HAS_RESOLVER_SUPPORT) += res.c
 libpthread-routines-$(UCLIBC_SUSV4_LEGACY) += pthread_getconcurrency.c \
-	pthread_setconcurrency
+	pthread_setconcurrency.c
 libpthread_CSRC = $(filter-out $(libpthread-routines-) \
 		  		$(libc-shared-routines-y) \
 		  		$(libc-static-routines-y) \