Skip to content

Commit

Permalink
uucore: only export splice module in linux and android
Browse files Browse the repository at this point in the history
  • Loading branch information
DaringCuteSeal committed Dec 17, 2024
1 parent 9076413 commit 7509998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uucore/src/lib/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub mod pipes;
pub mod proc_info;
#[cfg(all(unix, feature = "process"))]
pub mod process;
#[cfg(all(unix, feature = "splice"))]
#[cfg(all(any(target_os = "linux", target_os = "android"), feature = "splice"))]
pub mod splice;
#[cfg(all(target_os = "linux", feature = "tty"))]
pub mod tty;
Expand Down

0 comments on commit 7509998

Please sign in to comment.