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:
Florian Weimer 2021-05-03 14:12:55 +02:00
parent cf2c57526b
commit dde76856ba

View File

@ -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 {