mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #276 from Arcterus/c_types-mac-import
common: import Mac-specific things in one statement
This commit is contained in:
commit
61d2e930d0
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ use self::libc::{
|
|||
uid_t,
|
||||
gid_t,
|
||||
};
|
||||
#[cfg(target_os = "macos")] use self::libc::time_t;
|
||||
#[cfg(target_os = "macos")] use self::libc::int32_t;
|
||||
#[cfg(target_os = "macos")] use self::libc::{int32_t, time_t};
|
||||
use self::libc::funcs::posix88::unistd::getgroups;
|
||||
|
||||
use std::vec::Vec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue