diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2021-06-15 23:09:25 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2021-06-22 18:12:48 +0200 |
commit | e8d52b64a54ba9ed7778ca9ce1f084eb5808f8d1 (patch) | |
tree | a9d2d9f2d70f30df226679dcdf4ece1ebfa2895f /nptl | |
parent | 6d97330d7acc47898b3a2bf4c8588d4bd7114269 (diff) | |
download | glibc-e8d52b64a54ba9ed7778ca9ce1f084eb5808f8d1.zip glibc-e8d52b64a54ba9ed7778ca9ce1f084eb5808f8d1.tar.gz glibc-e8d52b64a54ba9ed7778ca9ce1f084eb5808f8d1.tar.bz2 |
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.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Versions | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nptl/Versions b/nptl/Versions index 62bb939..e4fae73 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 { |