aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'htl/Makefile')
-rw-r--r--htl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/htl/Makefile b/htl/Makefile
index 84b85f1a9a..651af8d82a 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -45,8 +45,6 @@ libpthread-routines := \
pt-testcancel \
pt-cancel \
pt-mutex-transfer-np \
- pt-rwlockattr-getpshared \
- pt-rwlockattr-setpshared \
pt-rwlock-init \
pt-rwlock-destroy \
pt-rwlock-rdlock \
@@ -200,7 +198,9 @@ routines := \
pt-pthread_self \
pt-rwlock-attr \
pt-rwlockattr-destroy \
+ pt-rwlockattr-getpshared \
pt-rwlockattr-init \
+ pt-rwlockattr-setpshared \
pt-self pt-equal \
pt-setcancelstate \
pt-setcanceltype \