Skip to content

Commit

Permalink
tests: Fix test 3 thread failure
Browse files Browse the repository at this point in the history
Fix test 3 thread failure in ubuntu24.04

Signed-off-by: choi wonsick <[email protected]>
  • Loading branch information
king258436 committed Sep 1, 2024
1 parent 7e07a43 commit ce27925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/s-thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static int b(void *arg)

static int c(void *arg)
{
return *(int *)arg;
return *(long *)arg;
}

static void *foo(void *arg)
Expand Down

0 comments on commit ce27925

Please sign in to comment.