aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-26 22:53:27 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-09 02:03:18 +0100
commitebd85cdc4ad93a7dfff17fcffaf84336fdd676ce (patch)
tree7e39145f90a2c327ed533a2b1221f4361ff12584 /htl/forward.c
parent25699c4c3ab7617fc3506ee0a6123881c78812ea (diff)
downloadglibc-ebd85cdc4ad93a7dfff17fcffaf84336fdd676ce.tar.xz
glibc-ebd85cdc4ad93a7dfff17fcffaf84336fdd676ce.zip
htl: move pthread_condattr_init into libc.
Signed-off-by: gfleury <gfleury@disroot.org> Message-ID: <20241126205329.2215295-6-gfleury@disroot.org>
Diffstat (limited to 'htl/forward.c')
-rw-r--r--htl/forward.c3
1 files changed, 0 insertions, 3 deletions
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,