From b998ae0611fc9abb6b093209a6c67aeb833e46ad Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 14 Jul 2004 12:27:03 +0000 Subject: Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicely aligned pointer that may be aligned up to page_size. Also add _dl_free, --- ldso/include/ldso.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ldso/include') diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 6c01cebc1..b415a5024 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -65,6 +65,7 @@ extern int _dl_debug_file; #endif extern void *_dl_malloc(int size); +extern void _dl_free(void *); extern char *_dl_getenv(const char *symbol, char **envp); extern void _dl_unsetenv(const char *symbol, char **envp); extern char *_dl_strdup(const char *string); -- cgit v1.2.3