aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl/pthread-functions.h
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 /sysdeps/htl/pthread-functions.h
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 '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 6bd01682bb..8ee01d3ff4 100644
--- a/sysdeps/htl/pthread-functions.h
+++ b/sysdeps/htl/pthread-functions.h
@@ -21,7 +21,6 @@
#include <pthread.h>
-int __pthread_condattr_init (pthread_condattr_t *);
int __pthread_cond_broadcast (pthread_cond_t *);
int __pthread_cond_destroy (pthread_cond_t *);
int __pthread_cond_init (pthread_cond_t *,
@@ -57,7 +56,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_init) (pthread_condattr_t *);
int (*ptr_pthread_cond_broadcast) (pthread_cond_t *);
int (*ptr_pthread_cond_destroy) (pthread_cond_t *);
int (*ptr_pthread_cond_init) (pthread_cond_t *,