1
Fork 0
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:
Jeremy Soller 2021-08-06 13:20:23 -06:00
parent 0474a2eadd
commit 1cf95c06ea
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ pub mod signals;
#[cfg(all(
unix,
not(target_os = "fuchsia"),
not(target_os = "redox"),
not(target_env = "musl"),
feature = "utmpx"
))]

View file

@ -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"
))]