mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
common: import Mac-specific things in one statement
This commit is contained in:
parent
7f2cd59883
commit
1f6935a682
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