From 798cacde768c262d3979ba9c5eb224d6837fd92d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 21 Apr 2021 19:49:51 +0200 Subject: nptl: Move the internal thread priority protection symbols into libc This is a prerequisite for moving the mutex implementation. Reviewed-by: Adhemerval Zanella --- nptl/Versions | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nptl/Versions') diff --git a/nptl/Versions b/nptl/Versions index b14f76aa41..f51110da8d 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -120,6 +120,7 @@ libc { GLIBC_PRIVATE { __futex_abstimed_wait64; __futex_abstimed_wait_cancelable64; + __init_sched_fifo_prio; __libc_alloca_cutoff; __libc_cleanup_pop_restore; __libc_cleanup_push_defer; @@ -143,13 +144,17 @@ libc { __pthread_cleanup_upto; __pthread_cond_destroy; # Used by the C11 threads. __pthread_cond_init; # Used by the C11 threads. + __pthread_current_priority; __pthread_exit; __pthread_force_elision; __pthread_getattr_default_np; __pthread_key_delete; __pthread_keys; __pthread_setcancelstate; + __pthread_tpp_change_priority; __pthread_unwind; + __sched_fifo_max_prio; + __sched_fifo_min_prio; } } -- cgit 1.4.1