Skip to content

Commit

Permalink
The sys module is used only by the raw module (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero authored Nov 24, 2024
1 parent 64c056b commit 8df8e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edge-nal-std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ mod raw {
}
}

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

Expand Down

0 comments on commit 8df8e3c

Please sign in to comment.