From c4c53e0f56ed14ba2416bb0181e82a9d49eefde0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 11 May 2021 11:52:56 +0200 Subject: 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 --- nptl/Versions | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nptl/Versions') diff --git a/nptl/Versions b/nptl/Versions index 7a47f9bbca..ac839fb296 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -152,7 +152,9 @@ libc { GLIBC_2.3.3 { __pthread_cleanup_routine; __pthread_register_cancel; + __pthread_register_cancel_defer; __pthread_unregister_cancel; + __pthread_unregister_cancel_restore; __pthread_unwind_next; pthread_attr_getaffinity_np; pthread_attr_setaffinity_np; @@ -237,7 +239,9 @@ libc { __pthread_mutex_lock; __pthread_mutex_unlock; __pthread_register_cancel; + __pthread_register_cancel_defer; __pthread_unregister_cancel; + __pthread_unregister_cancel_restore; call_once; cnd_broadcast; cnd_destroy; @@ -441,8 +445,6 @@ libpthread { } GLIBC_2.3.3 { - __pthread_register_cancel_defer; - __pthread_unregister_cancel_restore; pthread_setaffinity_np; } -- cgit 1.4.1