mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 15:37:47 +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)]
|
#[cfg(unix)]
|
||||||
mod platform {
|
mod platform {
|
||||||
use super::libc::{uname, utsname};
|
use ::libc::{uname, utsname};
|
||||||
use ::std::mem;
|
use ::std::mem;
|
||||||
use ::std::ffi::CStr;
|
use ::std::ffi::CStr;
|
||||||
use ::std::borrow::Cow;
|
use ::std::borrow::Cow;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue