aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-01-03 12:37:45 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-01-29 02:32:36 +0100
commite892a930736ba8f3c19a47dc0f46fec87da38313 (patch)
treea73bbbe667ddb0e5157b576ee2c37b70903f3302 /htl/forward.c
parent56b25bfd60b736c7e7124b6fdd505a5622531a87 (diff)
downloadglibc-e892a930736ba8f3c19a47dc0f46fec87da38313.tar.xz
glibc-e892a930736ba8f3c19a47dc0f46fec87da38313.zip
htl: move pthread_mutex_init into libc.
Message-ID: <20250103103750.870897-2-gfleury@disroot.org>
Diffstat (limited to 'htl/forward.c')
-rw-r--r--htl/forward.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/htl/forward.c b/htl/forward.c
index 2b699c2572..e78637567f 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -60,10 +60,6 @@ strong_alias (__pthread_exit, pthread_exit);
FORWARD (pthread_mutex_destroy, (pthread_mutex_t *mutex), (mutex), 0)
-FORWARD (pthread_mutex_init,
- (pthread_mutex_t *mutex, const pthread_mutexattr_t *mutexattr),
- (mutex, mutexattr), 0)
-
FORWARD (pthread_mutex_lock, (pthread_mutex_t *mutex), (mutex), 0)
FORWARD (pthread_mutex_unlock, (pthread_mutex_t *mutex), (mutex), 0)