1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

common: import Mac-specific things in one statement

This commit is contained in:
Arcterus 2014-06-19 00:53:24 -07:00
parent 7f2cd59883
commit 1f6935a682

View file

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