diff options
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions index d49dba9c15..62bb939d54 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -260,6 +260,8 @@ libc { __pthread_unregister_cancel; __pthread_unregister_cancel_restore; __pthread_unwind_next; + _pthread_cleanup_pop; + _pthread_cleanup_push; call_once; cnd_broadcast; cnd_destroy; |