From e618b671cdac1e98632ec9db439a585a55739e4b Mon Sep 17 00:00:00 2001 From: gfleury Date: Sun, 16 Feb 2025 16:54:26 +0200 Subject: htl: move pthread_rwlockattr_init into libc. Signed-off-by: gfleury Message-ID: <20250216145434.7089-3-gfleury@disroot.org> --- htl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htl/Makefile') diff --git a/htl/Makefile b/htl/Makefile index 13215943d7..2d275dac1c 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -45,7 +45,6 @@ libpthread-routines := \ pt-testcancel \ pt-cancel \ pt-mutex-transfer-np \ - pt-rwlockattr-init \ pt-rwlockattr-destroy \ pt-rwlockattr-getpshared \ pt-rwlockattr-setpshared \ @@ -201,6 +200,7 @@ routines := \ pt-nthreads \ pt-pthread_self \ pt-rwlock-attr \ + pt-rwlockattr-init \ pt-self pt-equal \ pt-setcancelstate \ pt-setcanceltype \ -- cgit v1.2.3