diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2004-08-19 09:34:11 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2004-08-19 09:34:11 +0000 |
commit | 85c39a6b662b54793e3acd2667522473e8815612 (patch) | |
tree | 608a7e44809d6119f467853e322e78fb43e37e44 /ldso/include | |
parent | 86eecc5c4007ef59b51911dcff41b77a393f45e1 (diff) |
Remove poor man's malloc. Not needed anymore.
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/ldso.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index f34fe17a9..3d36a2525 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -68,8 +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, - unsigned char *malloc_buffer, unsigned char *mmap_zero, char **argv); + Elf32_auxv_t auxvt[AT_EGID + 1], char **envp, char **argv); #endif /* _LDSO_H_ */ |