aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-26 22:53:23 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-09 01:49:40 +0100
commitc982918e3ed0277564b152ab07ab0fa6efc8cfbd (patch)
tree0a13a6c06db48e37db1a44939bd21e310bec189c /htl/forward.c
parent3a9b4b4aeb7d7d9a26166b6b23a9fd762e1ffaa4 (diff)
downloadglibc-c982918e3ed0277564b152ab07ab0fa6efc8cfbd.tar.xz
glibc-c982918e3ed0277564b152ab07ab0fa6efc8cfbd.zip
htl: move pthread_condattr_destroy into libc.
Signed-off-by: gfleury <gfleury@disroot.org> Message-ID: <20241126205329.2215295-2-gfleury@disroot.org>
Diffstat (limited to 'htl/forward.c')
-rw-r--r--htl/forward.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/htl/forward.c b/htl/forward.c
index 7c0e16dc6e..3fe0a74d00 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -53,7 +53,6 @@ name decl \
#define FORWARD(name, decl, params, defretval) \
FORWARD2 (name, int, decl, params, return defretval)
-FORWARD (pthread_condattr_destroy, (pthread_condattr_t *attr), (attr), 0)
FORWARD (pthread_condattr_init, (pthread_condattr_t *attr), (attr), 0)