diff options
Diffstat (limited to 'ldso/include/ldso.h')
-rw-r--r-- | ldso/include/ldso.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 6d978bf1d..f34fe17a9 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -68,7 +68,7 @@ extern char *_dl_strdup(const char *string); extern void _dl_dprintf(int, const char *, ...); extern void _dl_get_ready_to_run(struct elf_resolve *tpnt, unsigned long load_addr, - Elf32_auxv_t auxvt[AT_EGID + 1], char **envp, struct r_debug *debug_addr, + Elf32_auxv_t auxvt[AT_EGID + 1], char **envp, unsigned char *malloc_buffer, unsigned char *mmap_zero, char **argv); |