Skip to content

Commit

Permalink
[build] E: Gate kcall Behind Target OS
Browse files Browse the repository at this point in the history
  • Loading branch information
ppenna committed Oct 1, 2024
1 parent 8f44da8 commit bb6dd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub mod event;
pub mod ipc;

/// Kernel calls.
#[cfg(feature = "kcall")]
#[cfg(all(target_os = "none", feature = "kcall"))]
pub mod kcall;

/// Helper macros.
Expand Down

0 comments on commit bb6dd49

Please sign in to comment.