mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-08 02:02:23 +03:00
nptl: Move pthread_setcanceltype into libc
No new symbol version is required because there was a forwarder. The symbol has been moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -46,7 +46,6 @@ struct pthread_functions
|
||||
const pthread_mutexattr_t *);
|
||||
int (*ptr_pthread_mutex_lock) (pthread_mutex_t *);
|
||||
int (*ptr_pthread_mutex_unlock) (pthread_mutex_t *);
|
||||
int (*ptr_pthread_setcanceltype) (int, int *);
|
||||
int (*ptr___pthread_rwlock_rdlock) (pthread_rwlock_t *);
|
||||
int (*ptr___pthread_rwlock_wrlock) (pthread_rwlock_t *);
|
||||
int (*ptr___pthread_rwlock_unlock) (pthread_rwlock_t *);
|
||||
|
||||
Reference in New Issue
Block a user