diff options
| author | gfleury <gfleury@disroot.org> | 2024-12-19 22:37:23 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-22 23:34:27 +0100 |
| commit | 3089d23517a0d93c645edd5129e08e8432fc3563 (patch) | |
| tree | 4be596f258cc12c9d7b0490e8ab67c25dcc7785e /sysdeps/htl/pthread-functions.h | |
| parent | 917a131ab94f930ef5022f0042af95d931264b4a (diff) | |
| download | glibc-3089d23517a0d93c645edd5129e08e8432fc3563.tar.xz glibc-3089d23517a0d93c645edd5129e08e8432fc3563.zip | |
htl: move pthread_cond_broadcast into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <20241219203727.669825-5-gfleury@disroot.org>
Diffstat (limited to 'sysdeps/htl/pthread-functions.h')
| -rw-r--r-- | sysdeps/htl/pthread-functions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/htl/pthread-functions.h b/sysdeps/htl/pthread-functions.h index 99510615dd..c09a39823e 100644 --- a/sysdeps/htl/pthread-functions.h +++ b/sysdeps/htl/pthread-functions.h @@ -21,7 +21,6 @@ #include <pthread.h> -int __pthread_cond_broadcast (pthread_cond_t *); int __pthread_cond_signal (pthread_cond_t *); int __pthread_cond_wait (pthread_cond_t *, pthread_mutex_t *); int __pthread_cond_timedwait (pthread_cond_t *, pthread_mutex_t *, @@ -53,7 +52,6 @@ int _cthreads_ftrylockfile (FILE *); so if possible avoid breaking it and append new hooks to the end. */ struct pthread_functions { - int (*ptr_pthread_cond_broadcast) (pthread_cond_t *); int (*ptr_pthread_cond_signal) (pthread_cond_t *); int (*ptr_pthread_cond_wait) (pthread_cond_t *, pthread_mutex_t *); int (*ptr_pthread_cond_timedwait) (pthread_cond_t *, pthread_mutex_t *, |
