mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
c_types: remove unused import on linux
This commit is contained in:
parent
b44f47d7f7
commit
eb6c56eead
1 changed files with 1 additions and 1 deletions
|
@ -5,11 +5,11 @@ extern crate libc;
|
|||
use self::libc::{
|
||||
c_char,
|
||||
c_int,
|
||||
int32_t,
|
||||
uid_t,
|
||||
gid_t,
|
||||
};
|
||||
#[cfg(target_os = "macos")] use self::libc::time_t;
|
||||
#[cfg(target_os = "macos")] use self::libc::int32_t;
|
||||
use self::libc::funcs::posix88::unistd::getgroups;
|
||||
|
||||
use std::vec::Vec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue