Merge pull request #1038 from theGeekPirate/patch-1

Ensure "linux" not targeted instead of "linu" =D
This commit is contained in:
mpkh
2017-04-19 11:37:41 +04:00
committed by GitHub
+1 -1
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};