diff --git a/src/uucore/src/lib/features.rs b/src/uucore/src/lib/features.rs index a28e8a7bf..e26de487b 100644 --- a/src/uucore/src/lib/features.rs +++ b/src/uucore/src/lib/features.rs @@ -52,6 +52,7 @@ pub mod signals; unix, not(target_os = "android"), not(target_os = "fuchsia"), + not(target_os = "openbsd"), not(target_os = "redox"), not(target_env = "musl"), feature = "utmpx" diff --git a/src/uucore/src/lib/lib.rs b/src/uucore/src/lib/lib.rs index 426b4216c..dcef26443 100644 --- a/src/uucore/src/lib/lib.rs +++ b/src/uucore/src/lib/lib.rs @@ -79,6 +79,7 @@ pub use crate::features::signals; unix, not(target_os = "android"), not(target_os = "fuchsia"), + not(target_os = "openbsd"), not(target_os = "redox"), not(target_env = "musl"), feature = "utmpx"