From 362402ffbf09d4eefde80b6d15b7d73c9b6a377a Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 9 Sep 2024 17:11:29 +0200 Subject: Improved wrapped function clone handling of CLONE_NEWUSER flag --- src/box64context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/box64context.c') diff --git a/src/box64context.c b/src/box64context.c index d2cd150a..27da6aca 100644 --- a/src/box64context.c +++ b/src/box64context.c @@ -138,7 +138,7 @@ void relockMutex(int locks) #undef GO } -static void init_mutexes(box64context_t* context) +void init_mutexes(box64context_t* context) { #ifndef DYNAREC pthread_mutexattr_t attr; -- cgit 1.4.1