]> sourceware.org Git - glibc.git/commitdiff
htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATE
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 8 Feb 2020 23:49:53 +0000 (00:49 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 9 Feb 2020 12:06:35 +0000 (13:06 +0100)
Their prototypes have never been made public, and they are not used outside
libc (checked on the whole Debian archive)

htl/Versions
sysdeps/mach/hurd/i386/libpthread.abilist

index 8e0007d77cceadddc3abb09ad76f6d3c2a8b3a75..8df40c7af7644f503dfccd235a5aded41ddf6ab0 100644 (file)
@@ -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;
   }
 }
index 0ede90859cc4c27185032e2862152e9001bf3c67..14ef22e3dba96280367d14bee1305ce0f2d1d473 100644 (file)
@@ -14,13 +14,6 @@ GLIBC_2.12 _cthread_init_routine D 0x4
 GLIBC_2.12 _cthreads_flockfile F
 GLIBC_2.12 _cthreads_ftrylockfile F
 GLIBC_2.12 _cthreads_funlockfile F
-GLIBC_2.12 _pthread_mutex_destroy F
-GLIBC_2.12 _pthread_mutex_init F
-GLIBC_2.12 _pthread_mutex_lock F
-GLIBC_2.12 _pthread_mutex_trylock F
-GLIBC_2.12 _pthread_mutex_unlock F
-GLIBC_2.12 _pthread_rwlock_destroy F
-GLIBC_2.12 _pthread_rwlock_init F
 GLIBC_2.12 _pthread_spin_lock F
 GLIBC_2.12 cthread_detach F
 GLIBC_2.12 cthread_fork F
This page took 0.044793 seconds and 5 git commands to generate.