about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <seebastien.chev@gmail.com>2023-08-26 17:08:27 +0200
committerptitSeb <seebastien.chev@gmail.com>2023-08-26 17:08:27 +0200
commitaa051b662e3a0e8c80e7b6373d35e22da3c42d79 (patch)
treec8a5ce1db387794f304d618fc9b1801661319ca6 /src/include
parent5fabd602aea1937e3c5ce58843504c2492b8c0ec (diff)
downloadbox64-aa051b662e3a0e8c80e7b6373d35e22da3c42d79.tar.gz
box64-aa051b662e3a0e8c80e7b6373d35e22da3c42d79.zip
Fixed detection and loading of program linked with glibc 2.34+
Diffstat (limited to 'src/include')
-rw-r--r--src/include/elfloader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/elfloader.h b/src/include/elfloader.h
index ca8839df..d9d7f152 100644
--- a/src/include/elfloader.h
+++ b/src/include/elfloader.h
@@ -67,6 +67,7 @@ int SameVersionedSymbol(const char* name1, int ver1, const char* vername1, const
 int GetVersionIndice(elfheader_t* h, const char* vername);
 int GetNeededVersionCnt(elfheader_t* h, const char* libname);
 const char* GetNeededVersionString(elfheader_t* h, const char* libname, int idx);
+int GetNeededVersionForLib(elfheader_t* h, const char* libname, const char* ver);
 
 kh_mapsymbols_t* GetMapSymbols(elfheader_t* h);
 kh_mapsymbols_t* GetWeakSymbols(elfheader_t* h);