mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
nptl: Move pthread_equal implementation into libc
This commit is contained in:
@@ -64,7 +64,6 @@ struct pthread_functions
|
||||
int (*ptr___pthread_cond_timedwait_2_0) (pthread_cond_2_0_t *,
|
||||
pthread_mutex_t *,
|
||||
const struct timespec *);
|
||||
int (*ptr_pthread_equal) (pthread_t, pthread_t);
|
||||
void (*ptr___pthread_exit) (void *) __attribute__ ((__noreturn__));
|
||||
int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *);
|
||||
int (*ptr_pthread_setschedparam) (pthread_t, int,
|
||||
|
||||
Reference in New Issue
Block a user