From 7bef77248822262e1f36609c153d477c89fa9ebd Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 19 Jan 2024 15:23:00 +0100 Subject: Fix build on some older compiler --- src/wrapped/wrappedlibc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index 583f9b2e..ffb85cc8 100644 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -3375,7 +3375,7 @@ extern int box64_quit; extern int box64_exit_code; void endBox64(); #if !defined(ANDROID) -static void* timed_exit_thread(void*) +static void* timed_exit_thread(void* a) { // this is a workaround for some NVidia drivers on ARM64 that may freeze at exit // waiting on a pthread_cond_destroy -- cgit 1.4.1