1
Fork 0
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:
Alex Lyon 2018-03-04 18:12:15 -08:00 committed by Roy Ivy III
parent f575b8f4f2
commit 7559c0d83d

View file

@ -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;