mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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:
parent
6d97330d7a
commit
e8d52b64a5
@ -510,12 +510,6 @@ libpthread {
|
||||
GLIBC_2.31 {
|
||||
__libpthread_version_placeholder;
|
||||
}
|
||||
|
||||
GLIBC_PRIVATE {
|
||||
__pthread_clock_gettime;
|
||||
__pthread_clock_settime;
|
||||
__pthread_initialize_minimal;
|
||||
}
|
||||
}
|
||||
|
||||
ld {
|
||||
|
Loading…
Reference in New Issue
Block a user