Skip to content

Commit 06e9c1b

Browse files
committed
Fix warnings.
1 parent 0a0fcd2 commit 06e9c1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/backend/libc/thread/types.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#[cfg(not(any(target_os = "espidf", target_os = "vita")))]
1+
#[cfg(all(
2+
any(freebsdlike, linux_kernel, target_os = "fuchsia"),
3+
not(any(target_os = "espidf", target_os = "vita"))
4+
))]
25
use crate::backend::c;
36

47
/// A command for use with [`membarrier`] and [`membarrier_cpu`].

0 commit comments

Comments
 (0)