From 85c39a6b662b54793e3acd2667522473e8815612 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Thu, 19 Aug 2004 09:34:11 +0000 Subject: Remove poor man's malloc. Not needed anymore. --- ldso/include/ldso.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldso/include/ldso.h') 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_ */ -- cgit v1.2.3