1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

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
commit ca1e2cdce5

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};