public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Remove unsused symbols from nptl/Versions
@ 2021-06-22 15:25 Andreas Schwab
  2021-06-22 16:10 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2021-06-22 15:25 UTC (permalink / raw)
  To: libc-alpha

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."

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Remove unsused symbols from nptl/Versions
  2021-06-22 15:25 [PATCH] Remove unsused symbols from nptl/Versions Andreas Schwab
@ 2021-06-22 16:10 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2021-06-22 16:10 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: libc-alpha

* Andreas Schwab:

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

Okay.  Thanks.

Florian


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-22 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 15:25 [PATCH] Remove unsused symbols from nptl/Versions Andreas Schwab
2021-06-22 16:10 ` Florian Weimer

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).