mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
@ -84,7 +84,6 @@ static const struct pthread_functions pthread_functions =
|
||||
.ptr_pthread_mutex_init = __pthread_mutex_init,
|
||||
.ptr_pthread_mutex_lock = __pthread_mutex_lock,
|
||||
.ptr_pthread_mutex_unlock = __pthread_mutex_unlock,
|
||||
.ptr_pthread_setcanceltype = __pthread_setcanceltype,
|
||||
.ptr___pthread_rwlock_rdlock = __pthread_rwlock_rdlock,
|
||||
.ptr___pthread_rwlock_wrlock = __pthread_rwlock_wrlock,
|
||||
.ptr___pthread_rwlock_unlock = __pthread_rwlock_unlock,
|
||||
|
Reference in New Issue
Block a user