mirror of git://sourceware.org/git/glibc.git
nptl: Re-sort Versions file
Due to an incorrect conflict resolution, libc/GLIBC_2.2 section was no longer sorted lexicographically.
This commit is contained in:
parent
cf2c57526b
commit
dde76856ba
|
@ -93,13 +93,13 @@ libc {
|
|||
pthread_mutex_timedlock;
|
||||
pthread_mutexattr_getpshared;
|
||||
pthread_mutexattr_setpshared;
|
||||
pthread_rwlock_timedrdlock;
|
||||
pthread_rwlock_timedwrlock;
|
||||
pthread_spin_destroy;
|
||||
pthread_spin_init;
|
||||
pthread_spin_lock;
|
||||
pthread_spin_trylock;
|
||||
pthread_spin_unlock;
|
||||
pthread_rwlock_timedrdlock;
|
||||
pthread_rwlock_timedwrlock;
|
||||
pthread_yield;
|
||||
}
|
||||
GLIBC_2.2.3 {
|
||||
|
|
Loading…
Reference in New Issue