1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Ensure "Linux" not targeted instead of "Linu" =D

#[cfg(not(target_os = "linux"))] spelling mistake
This commit is contained in:
theGeekPirate 2017-04-19 00:18:29 -07:00 committed by GitHub
parent fe7bdfd3f1
commit 589847aa2f

View file

@ -31,7 +31,7 @@ macro_rules! cstr2cow {
) )
} }
#[cfg(not(target_os = "linu"))] #[cfg(not(target_os = "linux"))]
mod audit { mod audit {
pub use std::mem::uninitialized; pub use std::mem::uninitialized;
use super::libc::{uid_t, pid_t, c_int, c_uint, uint64_t, dev_t}; use super::libc::{uid_t, pid_t, c_int, c_uint, uint64_t, dev_t};