diff options
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions index 5824108426..4f52eb66f3 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -211,6 +211,11 @@ libpthread { # Proposed API extensions. pthread_tryjoin_np; pthread_timedjoin_np; + + # New cancellation cleanup handling. + __pthread_register_cancel; __pthread_unregister_cancel; + __pthread_register_cancel_defer; __pthread_unregister_cancel_restore; + __pthread_unwind_next; } GLIBC_PRIVATE { |