mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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
Block a user