fix ~ 'musl' environment doesn't support utmpx

This commit is contained in:
Roy Ivy III
2020-01-01 19:59:38 +00:00
parent 9c3d5db0d3
commit ce05a92e26
+1 -1
View File
@@ -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;