mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
Merge pull request #1038 from theGeekPirate/patch-1
Ensure "linux" not targeted instead of "linu" =D
This commit is contained in:
commit
ca1e2cdce5
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 {
|
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};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue