From: Andreas Schwab Date: Tue, 15 Jun 2021 21:09:25 +0000 (+0200) Subject: Remove unsused symbols from nptl/Versions X-Git-Tag: glibc-2.34~242 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8d52b64a54ba9ed7778ca9ce1f084eb5808f8d1;p=thirdparty%2Fglibc.git 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 --git a/nptl/Versions b/nptl/Versions index 62bb939d544..e4fae73c0b9 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 {