summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-17 20:56:17 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-17 21:00:51 +0100
commit8d15cd677df7e5bc6a1a01e482a33ecc2d271337 (patch)
treea7fdb9f87f0d64db10adf378322e521e4002e81b /libpthread
parent75d9bf2dc57f89532a25ab9942b8bea468585199 (diff)
nptl: fix exclusion of pthread_setconcurrency.c
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/nptl/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in
index cdf07cf45..0a981cde3 100644
--- a/libpthread/nptl/Makefile.in
+++ b/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) \