diff options
| -rw-r--r-- | ldso/ldso/ldso.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 3b00e053d..56196292b 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -526,8 +526,8 @@ void *_dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE load_addr,  #ifdef __LDSO_STANDALONE_SUPPORT__  	if (_start == (void *) auxvt[AT_ENTRY].a_un.a_val) { -		int argc = (int) aux_dat[-1];  		ElfW(Addr) *aux_dat = (ElfW(Addr) *) argv; +		int argc = (int) aux_dat[-1];  		tpnt->libname = argv[0];  		while (argc > 1) | 
