aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorGuy-Fleury Iteriteka <gfleury@disroot.org>2023-07-16 10:44:05 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-24 01:56:57 +0200
commit9dfa2562162bf5f7ad1d85d34d827c388631fd86 (patch)
tree9eb401cd573f9e9d6798b1f9b6a5d11a03907a68 /htl/forward.c
parent65a5112ede9ba3e37e165cf6c9c432f46b903936 (diff)
downloadglibc-9dfa2562162bf5f7ad1d85d34d827c388631fd86.zip
glibc-9dfa2562162bf5f7ad1d85d34d827c388631fd86.tar.gz
glibc-9dfa2562162bf5f7ad1d85d34d827c388631fd86.tar.bz2
htl: move pthread_equal into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org> Message-Id: <20230716084414.107245-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 1bee2b0..a8147d3 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -102,10 +102,6 @@ FORWARD (pthread_cond_timedwait,
(pthread_cond_t *cond, pthread_mutex_t *mutex,
const struct timespec *abstime), (cond, mutex, abstime), 0)
-FORWARD (pthread_equal, (pthread_t thread1, pthread_t thread2),
- (thread1, thread2), 1)
-
-
/* Use an alias to avoid warning, as pthread_exit is declared noreturn. */
FORWARD_NORETURN (__pthread_exit, void, (void *retval), (retval),
exit (EXIT_SUCCESS))