mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-15 19:36:16 +00:00
core: do not build utmpx feature on redox
This commit is contained in:
parent
0474a2eadd
commit
1cf95c06ea
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ pub mod signals;
|
|||
#[cfg(all(
|
||||
unix,
|
||||
not(target_os = "fuchsia"),
|
||||
not(target_os = "redox"),
|
||||
not(target_env = "musl"),
|
||||
feature = "utmpx"
|
||||
))]
|
||||
|
|
|
@ -65,6 +65,7 @@ pub use crate::features::signals;
|
|||
#[cfg(all(
|
||||
unix,
|
||||
not(target_os = "fuchsia"),
|
||||
not(target_os = "redox"),
|
||||
not(target_env = "musl"),
|
||||
feature = "utmpx"
|
||||
))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue