We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abdd0b commit 06a8f05Copy full SHA for 06a8f05
library/std/src/sys/unix/locks/mod.rs
@@ -2,6 +2,7 @@ cfg_if::cfg_if! {
2
if #[cfg(any(
3
target_os = "linux",
4
target_os = "android",
5
+ all(target_os = "emscripten", target_feature = "atomics"),
6
))] {
7
mod futex;
8
mod futex_rwlock;
0 commit comments