mirror of
https://github.com/uutils/uucore.git
synced 2026-06-10 15:48:52 -07:00
fix ~ 'musl' environment doesn't support utmpx
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ pub mod parse_time;
|
||||
|
||||
#[cfg(all(not(windows), feature = "mode"))]
|
||||
pub mod mode;
|
||||
#[cfg(all(unix, not(target_os = "fuchsia"), feature = "utmpx"))]
|
||||
#[cfg(all(unix, not(target_os = "fuchsia"), not(target_env="musl"), feature = "utmpx"))]
|
||||
pub mod utmpx;
|
||||
#[cfg(all(unix, feature = "entries"))]
|
||||
pub mod entries;
|
||||
|
||||
Reference in New Issue
Block a user