We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefe5f2 commit 3b42b60Copy full SHA for 3b42b60
src/liblibc/lib.rs
@@ -1683,10 +1683,12 @@ pub mod types {
1683
pub mod posix01 {
1684
use types::common::c95::{c_void};
1685
use types::common::c99::{uint32_t, uint64_t};
1686
- use types::os::arch::c95::{c_int, c_uint, c_long, time_t};
+ use types::os::arch::c95::{c_long, time_t};
1687
use types::os::arch::posix88::{dev_t, gid_t};
1688
use types::os::arch::posix88::{mode_t, off_t};
1689
use types::os::arch::posix88::{uid_t};
1690
+ #[cfg(target_os = "netbsd")]
1691
+ use types::os::arch::c95::{c_int, c_uint};
1692
1693
pub type nlink_t = uint32_t;
1694
pub type blksize_t = uint32_t;
0 commit comments