Skip to content

Commit

Permalink
uucore/splice: conditional importing for pipe functionalities
Browse files Browse the repository at this point in the history
  • Loading branch information
DaringCuteSeal committed Dec 17, 2024
1 parent 223f7fc commit 9076413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uucore/src/lib/features/splice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use std::{
},
};

#[cfg(any(target_os = "linux", target_os = "android"))]
use crate::pipes::{pipe, splice, splice_exact};

const SPLICE_SIZE: usize = 1024 * 128;
Expand Down

0 comments on commit 9076413

Please sign in to comment.