aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl/pthread-functions.h
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 /sysdeps/htl/pthread-functions.h
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 'sysdeps/htl/pthread-functions.h')
-rw-r--r--sysdeps/htl/pthread-functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/htl/pthread-functions.h b/sysdeps/htl/pthread-functions.h
index d380d17bc6..6bd01682bb 100644
--- a/sysdeps/htl/pthread-functions.h
+++ b/sysdeps/htl/pthread-functions.h
@@ -21,7 +21,6 @@
#include <pthread.h>
-int __pthread_condattr_destroy (pthread_condattr_t *);
int __pthread_condattr_init (pthread_condattr_t *);
int __pthread_cond_broadcast (pthread_cond_t *);
int __pthread_cond_destroy (pthread_cond_t *);
@@ -58,7 +57,6 @@ int _cthreads_ftrylockfile (FILE *);
so if possible avoid breaking it and append new hooks to the end. */
struct pthread_functions
{
- int (*ptr_pthread_condattr_destroy) (pthread_condattr_t *);
int (*ptr_pthread_condattr_init) (pthread_condattr_t *);
int (*ptr_pthread_cond_broadcast) (pthread_cond_t *);
int (*ptr_pthread_cond_destroy) (pthread_cond_t *);