mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
uucore: specify a few modules to be Unix-only
This commit is contained in:
parent
0d8b6cb73c
commit
b46050460e
1 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,11 @@ extern crate time;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod macros;
|
mod macros;
|
||||||
|
|
||||||
pub mod c_types;
|
|
||||||
pub mod fs;
|
pub mod fs;
|
||||||
pub mod parse_time;
|
pub mod parse_time;
|
||||||
pub mod process;
|
|
||||||
|
#[cfg(unix)] pub mod c_types;
|
||||||
|
#[cfg(unix)] pub mod process;
|
||||||
#[cfg(unix)] pub mod signals;
|
#[cfg(unix)] pub mod signals;
|
||||||
#[cfg(unix)] pub mod utmpx;
|
#[cfg(unix)] pub mod utmpx;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue