1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_restore to libc

The symbols were moved using scripts/move-symbol-to-libc.py.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer
2021-05-11 11:52:56 +02:00
parent 3ec8b1c7a9
commit c4c53e0f56
64 changed files with 149 additions and 64 deletions

View File

@ -1,6 +1,4 @@
GLIBC_2.32 __errno_location F
GLIBC_2.32 __pthread_register_cancel_defer F
GLIBC_2.32 __pthread_unregister_cancel_restore F
GLIBC_2.32 pthread_cancel F
GLIBC_2.32 pthread_create F
GLIBC_2.32 pthread_getattr_default_np F