From c7db4470e4ea0bab6fb05f29b1f4cfb69d7b7afe Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 27 Aug 2023 11:38:00 +0200 Subject: [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flags --- src/include/box64context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/box64context.h') 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); -- cgit 1.4.1