We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc524d3 commit a8364acCopy full SHA for a8364ac
src/librustc_data_structures/flock.rs
@@ -27,7 +27,7 @@ mod imp {
27
use std::io;
28
use libc;
29
30
- #[cfg(target_os = "linux")]
+ #[cfg(any(target_os = "linux", target_os = "android"))]
31
mod os {
32
33
0 commit comments