Remove unsused symbols from nptl/Versions
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 15 Jun 2021 21:09:25 +0000 (23:09 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 22 Jun 2021 16:12:48 +0000 (18:12 +0200)
The (private) symbols __pthread_clock_gettime, __pthread_clock_settime and
__pthread_initialize_minimal haven't been defined by libpthread for some
time.

nptl/Versions

index 62bb939..e4fae73 100644 (file)
@@ -510,12 +510,6 @@ libpthread {
   GLIBC_2.31 {
     __libpthread_version_placeholder;
   }
-
-  GLIBC_PRIVATE {
-    __pthread_clock_gettime;
-    __pthread_clock_settime;
-    __pthread_initialize_minimal;
-  }
 }
 
 ld {