mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
htl: move pthread_condattr_destroy into libc.
Signed-off-by: gfleury <gfleury@disroot.org> Message-ID: <20241126205329.2215295-2-gfleury@disroot.org>
This commit is contained in:
@@ -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 *);
|
||||
|
Reference in New Issue
Block a user