diff options
Diffstat (limited to 'htl/Versions')
-rw-r--r-- | htl/Versions | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/htl/Versions b/htl/Versions index 0052f82..40ee274 100644 --- a/htl/Versions +++ b/htl/Versions @@ -2,6 +2,7 @@ libc { GLIBC_2.12 { pthread_self; + __pthread_get_cleanup_stack; __pthread_key_create; __pthread_self; pthread_attr_getdetachstate; @@ -242,8 +243,6 @@ libpthread { __errno_location; __h_errno_location; } GLIBC_2.12 { - __pthread_get_cleanup_stack; - __pthread_mutex_transfer_np; cthread_detach; |