We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db3abd commit f6dd2d2Copy full SHA for f6dd2d2
src/libcore/libc.rs
@@ -313,9 +313,9 @@ pub mod types {
313
}
314
pub mod posix01 {
315
use libc::types::os::arch::c95::{c_int, c_long, time_t};
316
- use libc::consts::os::arch::posix88::{dev_t, gid_t, ino_t};
317
- use libc::consts::os::arch::posix98::{mode_t, off_t};
318
- use libc::consts::os::arch::posix98::{uid_t};
+ use libc::types::os::arch::posix88::{dev_t, gid_t, ino_t};
+ use libc::types::os::arch::posix88::{mode_t, off_t};
+ use libc::types::os::arch::posix88::{uid_t};
319
320
pub type nlink_t = u64;
321
pub type blksize_t = i64;
0 commit comments