mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-04 23:17:46 +00:00
cp, tail: update winapi
This commit is contained in:
parent
f575b8f4f2
commit
7559c0d83d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pub use self::platform::*;
|
|||
|
||||
#[cfg(unix)]
|
||||
mod platform {
|
||||
use super::libc::{uname, utsname};
|
||||
use ::libc::{uname, utsname};
|
||||
use ::std::mem;
|
||||
use ::std::ffi::CStr;
|
||||
use ::std::borrow::Cow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue