mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
htl: move pthread_setcanceltype into libc.
Message-ID: <20250103103750.870897-7-gfleury@disroot.org>
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
|
||||
void __pthread_exit (void *) __attribute__ ((__noreturn__));
|
||||
int __pthread_setcancelstate (int, int *);
|
||||
int __pthread_setcanceltype (int, int *);
|
||||
struct __pthread_cancelation_handler **__pthread_get_cleanup_stack (void);
|
||||
int __pthread_once (pthread_once_t *, void (*) (void));
|
||||
int __pthread_rwlock_rdlock (pthread_rwlock_t *);
|
||||
@@ -44,7 +43,6 @@ struct pthread_functions
|
||||
{
|
||||
void (*ptr___pthread_exit) (void *) __attribute__ ((__noreturn__));
|
||||
int (*ptr___pthread_setcancelstate) (int, int *);
|
||||
int (*ptr_pthread_setcanceltype) (int, int *);
|
||||
struct __pthread_cancelation_handler **(*ptr___pthread_get_cleanup_stack) (void);
|
||||
int (*ptr_pthread_once) (pthread_once_t *, void (*) (void));
|
||||
int (*ptr_pthread_rwlock_rdlock) (pthread_rwlock_t *);
|
||||
|
Reference in New Issue
Block a user