merge from eclair

This commit is contained in:
Jean-Baptiste Queru
2009-11-15 12:05:31 -08:00
47 changed files with 5014 additions and 3135 deletions

View File

@@ -223,7 +223,7 @@ extern soinfo libdl_info;
soinfo *find_library(const char *name);
unsigned unload_library(soinfo *si);
Elf32_Sym *lookup_in_library(soinfo *si, const char *name);
Elf32_Sym *lookup(const char *name, unsigned *base);
Elf32_Sym *lookup(const char *name, soinfo **found);
const char *linker_get_error(void);
#ifdef ANDROID_ARM_LINKER