From 9dfa2562162bf5f7ad1d85d34d827c388631fd86 Mon Sep 17 00:00:00 2001 From: Guy-Fleury Iteriteka Date: Sun, 16 Jul 2023 10:44:05 +0200 Subject: htl: move pthread_equal into libc Signed-off-by: Guy-Fleury Iteriteka Message-Id: <20230716084414.107245-2-gfleury@disroot.org> --- htl/pt-initialize.c | 1 - 1 file changed, 1 deletion(-) (limited to 'htl/pt-initialize.c') diff --git a/htl/pt-initialize.c b/htl/pt-initialize.c index aa8561f7d5..0386b755af 100644 --- a/htl/pt-initialize.c +++ b/htl/pt-initialize.c @@ -47,7 +47,6 @@ static const struct pthread_functions pthread_functions = { .ptr_pthread_cond_signal = __pthread_cond_signal, .ptr_pthread_cond_wait = __pthread_cond_wait, .ptr_pthread_cond_timedwait = __pthread_cond_timedwait, - .ptr_pthread_equal = __pthread_equal, .ptr___pthread_exit = __pthread_exit, .ptr_pthread_getschedparam = __pthread_getschedparam, .ptr_pthread_setschedparam = __pthread_setschedparam, -- cgit v1.2.3-70-g09d2