Remove unsused symbols from nptl/Versions

Message ID 87pmwdgbvl.fsf@igel.home
State Committed
Commit e8d52b64a54ba9ed7778ca9ce1f084eb5808f8d1
Headers
Series Remove unsused symbols from nptl/Versions |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent

Commit Message

Andreas Schwab June 22, 2021, 3:25 p.m. UTC
  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(-)
  

Comments

Florian Weimer June 22, 2021, 4:10 p.m. UTC | #1
* 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
  

Patch

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 {