Skip to content

Commit

Permalink
Fix build on some older compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jan 19, 2024
1 parent e4c6407 commit 7bef772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapped/wrappedlibc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bef772

Please sign in to comment.