diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 00:49:53 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 13:06:35 +0100 |
commit | 0093df204ad5858a81cbefaaa091770071ee710b (patch) | |
tree | 1b4224ab9b6b9e9bb60d522420bf31c40c353c3f /htl/Versions | |
parent | f6233ab412c3bebebacf65745e775e01506dd58d (diff) | |
download | glibc-0093df204ad5858a81cbefaaa091770071ee710b.tar glibc-0093df204ad5858a81cbefaaa091770071ee710b.tar.gz glibc-0093df204ad5858a81cbefaaa091770071ee710b.tar.bz2 glibc-0093df204ad5858a81cbefaaa091770071ee710b.zip |
htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATE
Their prototypes have never been made public, and they are not used outside
libc (checked on the whole Debian archive)
Diffstat (limited to 'htl/Versions')
-rw-r--r-- | htl/Versions | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htl/Versions b/htl/Versions index 8e0007d77c..8df40c7af7 100644 --- a/htl/Versions +++ b/htl/Versions @@ -36,10 +36,6 @@ libpthread { __pthread_mutex_transfer_np; - _pthread_mutex_destroy; _pthread_mutex_init; - _pthread_mutex_lock; _pthread_mutex_trylock; _pthread_mutex_unlock; - _pthread_rwlock_destroy; _pthread_rwlock_init; - _cthread_init_routine; cthread_detach; @@ -154,5 +150,9 @@ libpthread { __pthread_getattr_np; __pthread_attr_getstack; __pthread_mutex_timedlock; + + _pthread_mutex_destroy; _pthread_mutex_init; + _pthread_mutex_lock; _pthread_mutex_trylock; _pthread_mutex_unlock; + _pthread_rwlock_destroy; _pthread_rwlock_init; } } |