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:
d53b1f8
)
fix indention-with-spaces
author
Rich Felker
<dalias@aerifal.cx>
Sun, 28 Jul 2013 01:37:05 +0000
(21:37 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 28 Jul 2013 01:37:05 +0000
(21:37 -0400)
src/ldso/dynlink.c
patch
|
blob
|
history
diff --git
a/src/ldso/dynlink.c
b/src/ldso/dynlink.c
index 1ef981ae9b8fbbeeeb855aa67b19c50e5a3ae327..8d857d72022a2d09c26621ba161b1a8bf76167bd 100644
(file)
--- a/
src/ldso/dynlink.c
+++ b/
src/ldso/dynlink.c
@@
-896,7
+896,7
@@
void *__dynlink(int argc, char **argv)
lib->phdr = (void *)(aux[AT_BASE]+ehdr->e_phoff);
find_map_range(lib->phdr, ehdr->e_phnum, ehdr->e_phentsize, lib);
lib->dynv = (void *)(lib->base + find_dyn(lib->phdr,
-
ehdr->e_phnum, ehdr->e_phentsize));
+ ehdr->e_phnum, ehdr->e_phentsize));
decode_dyn(lib);
if (aux[AT_PHDR]) {