diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-16 13:23:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-16 13:23:21 +0000 |
commit | 25d1e1b4133b871195e0bb1dd4062190cf189a8a (patch) | |
tree | bd99fe4565ad2807b2dde76efa152df480887063 /ldso/include | |
parent | c3d50a69839f8d80fc7244fde6e4a57e5e39dd36 (diff) |
Revert this stuff for now
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 e3bc197ae..6c01cebc1 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -18,6 +18,7 @@ #endif /* Pull in compiler and arch stuff */ +#include <stdlib.h> #include <stdarg.h> /* Pull in the arch specific type information */ #include <sys/types.h> @@ -64,7 +65,6 @@ 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); |