diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2004-08-19 09:06:15 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2004-08-19 09:06:15 +0000 |
commit | 86eecc5c4007ef59b51911dcff41b77a393f45e1 (patch) | |
tree | 53524fae21145c150e0ecba2295d5e43ee14d170 /ldso/include | |
parent | 0a98c1b6b0a98fc7010e69f48a4cc13fa31d6f81 (diff) |
Move "debug_addr" ptr from dl-startup.c to ldso.c
Diffstat (limited to 'ldso/include')
-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); |