We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0fcd2 commit 06e9c1bCopy full SHA for 06e9c1b
src/backend/libc/thread/types.rs
@@ -1,4 +1,7 @@
1
-#[cfg(not(any(target_os = "espidf", target_os = "vita")))]
+#[cfg(all(
2
+ any(freebsdlike, linux_kernel, target_os = "fuchsia"),
3
+ not(any(target_os = "espidf", target_os = "vita"))
4
+))]
5
use crate::backend::c;
6
7
/// A command for use with [`membarrier`] and [`membarrier_cpu`].
0 commit comments