Fix wrong function name and macro on ARM target

This commit is contained in:
mittorn
2023-12-16 21:49:35 +03:00
committed by Alibek Omarov
parent 892c735c86
commit ec92d05930
3 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ static Elf_Sym* dlsym_handle_lookup( soinfo* si, const char* name )
{
return soinfo_elf_lookup( si, elfhash( name ), name );
}
#define XASH_ANDROID 1
#include "lib_android.h"
static int dladdr_fallback( const void *addr, Dl_info *info )