projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdb0817
)
remove unused struct dso members from dynlink.c
author
Fangrui Song
<i@maskray.me>
Sun, 12 May 2019 01:50:50 +0000
(09:50 +0800)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 12 May 2019 13:51:45 +0000
(09:51 -0400)
maintainer's note: commit
9d44b6460ab603487dab4d916342d9ba4467e6b9
removed their use.
ldso/dynlink.c
patch
|
blob
|
history
diff --git
a/ldso/dynlink.c
b/ldso/dynlink.c
index 42a5470d7ccca4397f0cd43a55c2fbda619deb04..ad0cdba2f44d43b1ccb08d1cb1b7eb84d709d859 100644
(file)
--- a/
ldso/dynlink.c
+++ b/
ldso/dynlink.c
@@
-86,7
+86,6
@@
struct dso {
size_t relro_start, relro_end;
uintptr_t *new_dtv;
unsigned char *new_tls;
- volatile int new_dtv_idx, new_tls_idx;
struct td_index *td_index;
struct dso *fini_next;
char *shortname;