aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-12-31 15:49:03 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-01-01 23:46:19 +0100
commitbeabc5dff50230dfc9b5cda9448559952fdc470a (patch)
tree4748267ff87657c5ce301f76300360a04bf458ab /htl/Makefile
parent826b1bbccab9f7f82c9541fc6d8fca00ba8a91bf (diff)
downloadglibc-beabc5dff50230dfc9b5cda9448559952fdc470a.tar.xz
glibc-beabc5dff50230dfc9b5cda9448559952fdc470a.zip
htl: move pthread_mutexattr_destroy into libc.
Message-ID: <20241231134909.1166440-3-gfleury@disroot.org>
Diffstat (limited to 'htl/Makefile')
-rw-r--r--htl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/Makefile b/htl/Makefile
index 5d1f7af378..e2b22af95f 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -54,7 +54,6 @@ libpthread-routines := \
pt-setcanceltype \
pt-testcancel \
pt-cancel \
- pt-mutexattr-destroy \
pt-mutexattr-getprioceiling \
pt-mutexattr-getprotocol \
pt-mutexattr-getpshared \
@@ -200,6 +199,7 @@ routines := \
pt-condattr-setpshared \
pt-getschedparam \
pt-mutex-checklocked \
+ pt-mutexattr-destroy \
pt-mutexattr-init \
pt-nthreads \
pt-pthread_self \