diff options
| author | ptitSeb <seebastien.chev@gmail.com> | 2023-08-27 11:38:00 +0200 |
|---|---|---|
| committer | ptitSeb <seebastien.chev@gmail.com> | 2023-08-27 11:38:00 +0200 |
| commit | c7db4470e4ea0bab6fb05f29b1f4cfb69d7b7afe (patch) | |
| tree | a43df95f8a831ec2d6ee30041311b31d4b0dc38b /src/include/box64context.h | |
| parent | 2e55fc8c3207df407f775a0d531519ad561b8817 (diff) | |
| download | box64-c7db4470e4ea0bab6fb05f29b1f4cfb69d7b7afe.tar.gz box64-c7db4470e4ea0bab6fb05f29b1f4cfb69d7b7afe.zip | |
[ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flags
Diffstat (limited to 'src/include/box64context.h')
| -rw-r--r-- | src/include/box64context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h index aa8c95b6..0a8f6532 100644 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -59,6 +59,7 @@ typedef struct needed_libs_s { int size; char** names; library_t** libs; + int nb_done; } needed_libs_t; void free_neededlib(needed_libs_t* needed); |