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 {
pub use std::mem::uninitialized;
use super::libc::{uid_t, pid_t, c_int, c_uint, uint64_t, dev_t};