From 81925643e82f1e4925f62cf575e23685e75a1d33 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 26 Jan 2025 13:21:37 +0100 Subject: [BOX32][WRAPPER] Added some more 32bits wrapped function, and improved wrapping of 32bits ld-linux.so --- src/wrapped32/wrappedldlinux.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wrapped32/wrappedldlinux.c') diff --git a/src/wrapped32/wrappedldlinux.c b/src/wrapped32/wrappedldlinux.c index b9773d99..b83e3559 100755 --- a/src/wrapped32/wrappedldlinux.c +++ b/src/wrapped32/wrappedldlinux.c @@ -42,6 +42,7 @@ static void stSetup32(box64context_t* context) // don't try to load the actual ld-linux (because name is variable), just use box64 itself, as it's linked to ld-linux static const char* ldlinuxName = "ld-linux.so.3"; #define LIBNAME ldlinux +#define ALTNAME "ld-linux.so.2" // fake (ignored) _r_data structure EXPORT void* my32__r_debug[5]; -- cgit 1.4.1