Skip to content

Commit 8df8e3c

Browse files
authored
The sys module is used only by the raw module (#46)
1 parent 64c056b commit 8df8e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

edge-nal-std/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ mod raw {
823823
}
824824
}
825825

826+
#[cfg(any(target_os = "linux", target_os = "android"))]
826827
mod sys {
827828
pub use libc::*;
828829

0 commit comments

Comments
 (0)