projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d97330
)
Remove unsused symbols from nptl/Versions
author
Andreas Schwab
<schwab@linux-m68k.org>
Tue, 15 Jun 2021 21:09:25 +0000
(23:09 +0200)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Tue, 22 Jun 2021 16:12:48 +0000
(18:12 +0200)
The (private) symbols __pthread_clock_gettime, __pthread_clock_settime and
__pthread_initialize_minimal haven't been defined by libpthread for some
time.
nptl/Versions
patch
|
blob
|
history
diff --git
a/nptl/Versions
b/nptl/Versions
index
62bb939
..
e4fae73
100644
(file)
--- 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 {