mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #1655 from sylvestre/sync-warning
fix(sync) - Remove 'unused import' on mac
This commit is contained in:
commit
15e58a72c8
1 changed files with 2 additions and 0 deletions
|
@ -28,7 +28,9 @@ static ARG_FILES: &str = "files";
|
|||
#[cfg(unix)]
|
||||
mod platform {
|
||||
use super::libc;
|
||||
#[cfg(target_os = "linux")]
|
||||
use std::fs::File;
|
||||
#[cfg(target_os = "linux")]
|
||||
use std::os::unix::io::AsRawFd;
|
||||
|
||||
pub unsafe fn do_sync() -> isize {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue