[PATCH] Remove unsused symbols from nptl/Versions

Andreas Schwab schwab@linux-m68k.org
Tue Jun 22 15:25:18 GMT 2021


The (private) symbols __pthread_clock_gettime, __pthread_clock_settime and
__pthread_initialize_minimal haven't been defined by libpthread for some
time.
---
 nptl/Versions | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/nptl/Versions b/nptl/Versions
index 62bb939d54..e4fae73c0b 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -510,12 +510,6 @@ libpthread {
   GLIBC_2.31 {
     __libpthread_version_placeholder;
   }
-
-  GLIBC_PRIVATE {
-    __pthread_clock_gettime;
-    __pthread_clock_settime;
-    __pthread_initialize_minimal;
-  }
 }
 
 ld {
-- 
2.32.0


-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


More information about the Libc-alpha mailing list