diff options
Diffstat (limited to 'src/wrapped/wrappedlibc.c')
| -rwxr-xr-x | src/wrapped/wrappedlibc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index f5d8c8b2..690fa66f 100755 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -2949,7 +2949,7 @@ EXPORT char* my_program_invocation_short_name = NULL; EXPORT char my___libc_single_threaded = 0; #define PRE_INIT\ - if(box64_tcmalloc_minimal) \ + if(1) \ lib->w.lib = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL); \ else @@ -2964,7 +2964,7 @@ EXPORT char my___libc_single_threaded = 0; my___progname = my_program_invocation_short_name = \ strrchr(box64->argv[0], '/') + 1; \ getMy(lib); \ - setNeededLibs(lib, 3, \ + setNeededLibs(lib, 3, \ "ld-linux-x86-64.so.2", \ "libpthread.so.0", \ "librt.so.1"); |