diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-01-26 13:21:37 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-01-26 13:21:47 +0100 |
| commit | 81925643e82f1e4925f62cf575e23685e75a1d33 (patch) | |
| tree | 7e95153be5fad94058fd0657e4bf9b1639c0169e /src/wrapped32/wrappedldlinux.c | |
| parent | 285c874e53dd69da97720218a8168bae08c6f7d6 (diff) | |
| download | box64-81925643e82f1e4925f62cf575e23685e75a1d33.tar.gz box64-81925643e82f1e4925f62cf575e23685e75a1d33.zip | |
[BOX32][WRAPPER] Added some more 32bits wrapped function, and improved wrapping of 32bits ld-linux.so
Diffstat (limited to 'src/wrapped32/wrappedldlinux.c')
| -rwxr-xr-x | src/wrapped32/wrappedldlinux.c | 1 |
1 files changed, 1 insertions, 0 deletions
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]; |