]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Re-sort Versions file
authorFlorian Weimer <fweimer@redhat.com>
Mon, 3 May 2021 12:12:55 +0000 (14:12 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 3 May 2021 12:12:55 +0000 (14:12 +0200)
Due to an incorrect conflict resolution, libc/GLIBC_2.2 section was no
longer sorted lexicographically.

nptl/Versions

index 008a344f0d6f0313fcf1f4ef3b8546f1b10040c7..0914630be3d68f445221fa2b8d859b34940a7faf 100644 (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 {