public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Remove unsused symbols from nptl/Versions
@ 2021-06-22 16:13 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2021-06-22 16:13 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e8d52b64a54ba9ed7778ca9ce1f084eb5808f8d1

commit e8d52b64a54ba9ed7778ca9ce1f084eb5808f8d1
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Tue Jun 15 23:09:25 2021 +0200

    Remove unsused symbols from nptl/Versions
    
    The (private) symbols __pthread_clock_gettime, __pthread_clock_settime and
    __pthread_initialize_minimal haven't been defined by libpthread for some
    time.

Diff:
---
 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 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-22 16:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 16:13 [glibc] Remove unsused symbols from nptl/Versions Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).