From ebd85cdc4ad93a7dfff17fcffaf84336fdd676ce Mon Sep 17 00:00:00 2001 From: gfleury Date: Tue, 26 Nov 2024 22:53:27 +0200 Subject: htl: move pthread_condattr_init into libc. Signed-off-by: gfleury Message-ID: <20241126205329.2215295-6-gfleury@disroot.org> --- htl/forward.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'htl/forward.c') diff --git a/htl/forward.c b/htl/forward.c index 3fe0a74d00..48825de0b0 100644 --- a/htl/forward.c +++ b/htl/forward.c @@ -53,9 +53,6 @@ name decl \ #define FORWARD(name, decl, params, defretval) \ FORWARD2 (name, int, decl, params, return defretval) -FORWARD (pthread_condattr_init, (pthread_condattr_t *attr), (attr), 0) - - FORWARD (pthread_cond_broadcast, (pthread_cond_t *cond), (cond), 0) FORWARD (pthread_cond_destroy, (pthread_cond_t *cond), (cond), 0) FORWARD (pthread_cond_init, -- cgit v1.2.3