mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #1038 from theGeekPirate/patch-1
Ensure "linux" not targeted instead of "linu" =D
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ macro_rules! cstr2cow {
|
||||
)
|
||||
}
|
||||
|
||||
#[cfg(not(target_os = "linu"))]
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
mod audit {
|
||||
pub use std::mem::uninitialized;
|
||||
use super::libc::{uid_t, pid_t, c_int, c_uint, uint64_t, dev_t};
|
||||
|
||||
Reference in New Issue
Block a user