mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
Ensure "Linux" not targeted instead of "Linu" =D
#[cfg(not(target_os = "linux"))] spelling mistake
This commit is contained in:
parent
fe7bdfd3f1
commit
589847aa2f
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue