summaryrefslogtreecommitdiff
path: root/ldso/include/ldso.h
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-19 08:53:29 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-19 08:53:29 +0000
commit0a98c1b6b0a98fc7010e69f48a4cc13fa31d6f81 (patch)
treef5c976b804f0b025687eaffb089b1028c2dd2964 /ldso/include/ldso.h
parent4135087a92ec76555f2c8d242cd526afc8384cdd (diff)
Move the app specific stuff from dl-startup.c to ldso.c.
Diffstat (limited to 'ldso/include/ldso.h')
-rw-r--r--ldso/include/ldso.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h
index 494b57521..6d978bf1d 100644
--- a/ldso/include/ldso.h
+++ b/ldso/include/ldso.h
@@ -67,8 +67,7 @@ extern void _dl_unsetenv(const char *symbol, char **envp);
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, struct elf_resolve *app_tpnt,
- unsigned long load_addr, unsigned long *hash_addr,
+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,
unsigned char *malloc_buffer, unsigned char *mmap_zero, char **argv);