Skip to content

Commit

Permalink
Also fixed the futex_wake once call
Browse files Browse the repository at this point in the history
  • Loading branch information
john-sharratt authored and theduke committed Mar 29, 2023
1 parent 48e4fd3 commit 7814715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasi/src/syscalls/wasix/futex_wake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub fn futex_wake<M: MemorySize>(
}
true
} else {
false
true
}
};
Span::current().record("woken", woken);
Expand Down

0 comments on commit 7814715

Please sign in to comment.