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.
This commit is contained in:
Andreas Schwab 2021-06-15 23:09:25 +02:00
parent 6d97330d7a
commit e8d52b64a5

View File

@ -510,12 +510,6 @@ libpthread {
GLIBC_2.31 {
__libpthread_version_placeholder;
}
GLIBC_PRIVATE {
__pthread_clock_gettime;
__pthread_clock_settime;
__pthread_initialize_minimal;
}
}
ld {