Compiling libc v0.2.174 Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2025-07-05-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)error[E0432]: unresolved import `crate::Ioctl` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/arch/generic/mod.rs:2:5 |2 | use crate::Ioctl; | ^^^^^^^----- | | | | | help: a similar name exists in the module (notice the capitalization): `ioctl` | no `Ioctl` in the rooterror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:55:21 |55 | pub actime: time_t, | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:56:22 |56 | pub modtime: time_t, | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:55:21 |55 | pub actime: time_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined here |help: a type alias with a similar name exists |55 | pub actime: timer_t, | +help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26 |118| pub struct $i<time_t> { $($field)* } | ++++++++error[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:60:21 |60 | pub tv_sec: time_t, | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `suseconds_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:62:22 |62 | pub tv_usec: suseconds_t, | ^^^^^^^^^^^ help: a type alias with a similar name exists: `useconds_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:8:1 |8 | pub type useconds_t = u32; | -------------------------- similarly named type alias `useconds_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:60:21 |60 | pub tv_sec: time_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined here |help: a type alias with a similar name exists |60 | pub tv_sec: timer_t, | +help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26 |118| pub struct $i<time_t> { $($field)* } | ++++++++error[E0412]: cannot find type `suseconds_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:62:22 |62 | pub tv_usec: suseconds_t, | ^^^^^^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:8:1 |8 | pub type useconds_t = u32; | -------------------------- similarly named type alias `useconds_t` defined here |help: a type alias with a similar name exists |62 - pub tv_usec: suseconds_t,62 + pub tv_usec: useconds_t, |help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26 |118| pub struct $i<suseconds_t> { $($field)* } | +++++++++++++error[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:73:21 |73 | pub tv_sec: time_t, | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:73:21 |73 | pub tv_sec: time_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined here |help: a type alias with a similar name exists |73 | pub tv_sec: timer_t, | +help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26 |118| pub struct $i<time_t> { $($field)* } | ++++++++error[E0412]: cannot find type `rlim_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:81:23 |81 | pub rlim_cur: rlim_t, | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined hereerror[E0412]: cannot find type `rlim_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:82:23 |82 | pub rlim_max: rlim_t, | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined hereerror[E0412]: cannot find type `rlim_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:81:23 |81 | pub rlim_cur: rlim_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined here |help: a struct with a similar name exists |81 - pub rlim_cur: rlim_t,81 + pub rlim_cur: rlimit, |help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26 |118 | pub struct $i<rlim_t> { $($field)* } | ++++++++error[E0412]: cannot find type `clock_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:190:31 |190 | pub tms_utime: crate::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:6:1 |6 | pub type clockid_t = c_int; | --------------------------- similarly named type alias `clockid_t` defined hereerror[E0412]: cannot find type `clock_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:191:31 |191 | pub tms_stime: crate::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:6:1 |6 | pub type clockid_t = c_int; | --------------------------- similarly named type alias `clockid_t` defined hereerror[E0412]: cannot find type `clock_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:192:32 |192 | pub tms_cutime: crate::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:6:1 |6 | pub type clockid_t = c_int; | --------------------------- similarly named type alias `clockid_t` defined hereerror[E0412]: cannot find type `clock_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:193:32 |193 | pub tms_cstime: crate::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:6:1 |6 | pub type clockid_t = c_int; | --------------------------- similarly named type alias `clockid_t` defined hereerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:722:31 |722 | pub fn wcslen(buf: *const wchar_t) -> size_t; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:723:52 |723 | pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> size_t; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:726:31 |726 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:726:43 |726 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:726:71 |726 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scopeerror[E0573]: expected type, found function `stat` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:880:43 |880 | pub fn fstat(fildes: c_int, buf: *mut stat) -> c_int; | ^^^^ not a typeerror[E0573]: expected type, found function `stat` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:898:48 |898 | pub fn stat(path: *const c_char, buf: *mut stat) -> c_int; | ^^^^ not a typeerror[E0573]: expected type, found function `stat` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:990:69 |990 | pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; | ^^^^ not a typeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1065:37 |1065 | pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1065:62 |1065 | pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1129:70 |1129 | pub fn pread(fd: c_int, buf: *mut c_void, count: size_t, offset: off_t) -> ssize_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1135:73 |1135 | pub fn pwrite(fd: c_int, buf: *const c_void, count: size_t, offset: off_t) -> ssize_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1169:17 |1169 | offset: off_t, | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0573]: expected type, found function `stat` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1194:49 |1194 | pub fn lstat(path: *const c_char, buf: *mut stat) -> c_int; | ^^^^ not a typeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1217:50 |1217 | pub fn truncate(path: *const c_char, length: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1219:41 |1219 | pub fn ftruncate(fd: c_int, length: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `clock_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1240:50 |1240 | pub fn times(buf: *mut crate::tms) -> crate::clock_t; | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:6:1 |6 | pub type clockid_t = c_int; | --------------------------- similarly named type alias `clockid_t` defined hereerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1242:37 |1242 | pub fn pthread_self() -> crate::pthread_t; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1243:37 |1243 | pub fn pthread_equal(t1: crate::pthread_t, t2: crate::pthread_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1243:59 |1243 | pub fn pthread_equal(t1: crate::pthread_t, t2: crate::pthread_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1248:40 |1248 | pub fn pthread_join(native: crate::pthread_t, value: *mut *mut c_void) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1250:48 |1250 | pub fn pthread_attr_init(attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1251:51 |1251 | pub fn pthread_attr_destroy(attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1253:29 |1253 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1256:56 |1256 | pub fn pthread_attr_setstacksize(attr: *mut crate::pthread_attr_t, stack_size: size_t) | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1258:58 |1258 | pub fn pthread_attr_setdetachstate(attr: *mut crate::pthread_attr_t, state: c_int) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1259:42 |1259 | pub fn pthread_detach(thread: crate::pthread_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1422:36 |1422 | pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1427:39 |1427 | pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1436:35 |1436 | pub fn mktime(tm: *mut tm) -> time_t; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1441:28 |1441 | pub fn time(time: *mut time_t) -> time_t; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1441:39 |1441 | pub fn time(time: *mut time_t) -> time_t; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1446:34 |1446 | pub fn gmtime(time_p: *const time_t) -> *mut tm; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1451:37 |1451 | pub fn localtime(time_p: *const time_t) -> *mut tm; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1456:28 |1456 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1456:43 |1456 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1462:42 |1462 | pub fn timegm(tm: *mut crate::tm) -> time_t; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1536:31 |1536 | pub fn sem_wait(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1537:34 |1537 | pub fn sem_trywait(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1538:31 |1538 | pub fn sem_post(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scopeerror[E0573]: expected type, found function `statvfs` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1540:51 |1540 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> c_int; | ^^^^^^^ not a typeerror[E0573]: expected type, found function `statvfs` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1542:42 |1542 | pub fn fstatvfs(fd: c_int, buf: *mut statvfs) -> c_int; | ^^^^^^^ not a typeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1545:34 |1545 | pub fn sigemptyset(set: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1547:32 |1547 | pub fn sigaddset(set: *mut sigset_t, signum: c_int) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1549:33 |1549 | pub fn sigfillset(set: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1551:32 |1551 | pub fn sigdelset(set: *mut sigset_t, signum: c_int) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1553:36 |1553 | pub fn sigismember(set: *const sigset_t, signum: c_int) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1556:48 |1556 | pub fn sigprocmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1556:71 |1556 | pub fn sigprocmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1558:33 |1558 | pub fn sigpending(set: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1566:53 |1566 | pub fn fseeko(stream: *mut crate::FILE, offset: off_t, whence: c_int) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1568:48 |1568 | pub fn ftello(stream: *mut crate::FILE) -> off_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1574:47 |1574 | pub fn cfgetispeed(termios: *const crate::termios) -> crate::speed_t; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1575:47 |1575 | pub fn cfgetospeed(termios: *const crate::termios) -> crate::speed_t; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1576:45 |1576 | pub fn cfsetispeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1577:45 |1577 | pub fn cfsetospeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1578:54 |1578 | pub fn tcgetattr(fd: c_int, termios: *mut crate::termios) -> c_int; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1579:81 |1579 | pub fn tcsetattr(fd: c_int, optional_actions: c_int, termios: *const crate::termios) -> c_int; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1611:46 |1611 | pub fn lockf(fd: c_int, cmd: c_int, len: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1697:51 |1697 | pub fn open_wmemstream(ptr: *mut *mut wchar_t, sizeloc: *mut size_t) -> *mut FILE; | ^^^^^^^ not found in this scopeerror[E0573]: expected type, found function `sigaction` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1785:57 |1785 | pub fn sigaction(signum: c_int, act: *const sigaction, oldact: *mut sigaction) | ^^^^^^^^^ not a typeerror[E0573]: expected type, found function `sigaction` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1785:81 |1785 | pub fn sigaction(signum: c_int, act: *const sigaction, oldact: *mut sigaction) | ^^^^^^^^^ not a typeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1804:33 |1804 | sigmask: *const sigset_t, | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1822:51 |1822 | pub fn cfmakeraw(termios: *mut crate::termios); | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1823:52 |1823 | pub fn cfsetspeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `msghdr` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:205:29 |205 | pub msg_hdr: crate::msghdr, | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `__s64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:214:36 |214 | pub src_fd: crate::__s64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:215:40 |215 | pub src_offset: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:216:40 |216 | pub src_length: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:217:41 |217 | pub dest_offset: crate::__u64, | ^^^^^ not found in the crate rooterror[E0425]: cannot find value `O_CLOEXEC` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:521:33 |521 | pub const SOCK_CLOEXEC: c_int = O_CLOEXEC; | ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4912:1 |4912 | pub const IN_CLOEXEC: c_int = O_CLOEXEC; | ---------------------------------------- similarly named constant `IN_CLOEXEC` defined hereerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1503:33 |1503 | pub const TUNSETNOCSUM: Ioctl = _IOW::<c_int>(T_TYPE, 200); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1504:32 |1504 | pub const TUNSETDEBUG: Ioctl = _IOW::<c_int>(T_TYPE, 201); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1505:30 |1505 | pub const TUNSETIFF: Ioctl = _IOW::<c_int>(T_TYPE, 202); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1506:34 |1506 | pub const TUNSETPERSIST: Ioctl = _IOW::<c_int>(T_TYPE, 203); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1507:32 |1507 | pub const TUNSETOWNER: Ioctl = _IOW::<c_int>(T_TYPE, 204); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1508:31 |1508 | pub const TUNSETLINK: Ioctl = _IOW::<c_int>(T_TYPE, 205); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1509:32 |1509 | pub const TUNSETGROUP: Ioctl = _IOW::<c_int>(T_TYPE, 206); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1510:35 |1510 | pub const TUNGETFEATURES: Ioctl = _IOR::<c_int>(T_TYPE, 207); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1511:34 |1511 | pub const TUNSETOFFLOAD: Ioctl = _IOW::<c_int>(T_TYPE, 208); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1512:35 |1512 | pub const TUNSETTXFILTER: Ioctl = _IOW::<c_int>(T_TYPE, 209); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1513:30 |1513 | pub const TUNGETIFF: Ioctl = _IOR::<c_int>(T_TYPE, 210); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1514:33 |1514 | pub const TUNGETSNDBUF: Ioctl = _IOR::<c_int>(T_TYPE, 211); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1515:33 |1515 | pub const TUNSETSNDBUF: Ioctl = _IOW::<c_int>(T_TYPE, 212); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1516:36 |1516 | pub const TUNATTACHFILTER: Ioctl = _IOW::<sock_fprog>(T_TYPE, 213); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1517:36 |1517 | pub const TUNDETACHFILTER: Ioctl = _IOW::<sock_fprog>(T_TYPE, 214); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1518:36 |1518 | pub const TUNGETVNETHDRSZ: Ioctl = _IOR::<c_int>(T_TYPE, 215); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1519:36 |1519 | pub const TUNSETVNETHDRSZ: Ioctl = _IOW::<c_int>(T_TYPE, 216); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1520:32 |1520 | pub const TUNSETQUEUE: Ioctl = _IOW::<c_int>(T_TYPE, 217); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1521:34 |1521 | pub const TUNSETIFINDEX: Ioctl = _IOW::<c_int>(T_TYPE, 218); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1522:33 |1522 | pub const TUNGETFILTER: Ioctl = _IOR::<sock_fprog>(T_TYPE, 219); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1523:33 |1523 | pub const TUNSETVNETLE: Ioctl = _IOW::<c_int>(T_TYPE, 220); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1524:33 |1524 | pub const TUNGETVNETLE: Ioctl = _IOR::<c_int>(T_TYPE, 221); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1525:33 |1525 | pub const TUNSETVNETBE: Ioctl = _IOW::<c_int>(T_TYPE, 222); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1526:33 |1526 | pub const TUNGETVNETBE: Ioctl = _IOR::<c_int>(T_TYPE, 223); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1527:39 |1527 | pub const TUNSETSTEERINGEBPF: Ioctl = _IOR::<c_int>(T_TYPE, 224); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1528:37 |1528 | pub const TUNSETFILTEREBPF: Ioctl = _IOR::<c_int>(T_TYPE, 225); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1529:34 |1529 | pub const TUNSETCARRIER: Ioctl = _IOW::<c_int>(T_TYPE, 226); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1530:35 |1530 | pub const TUNGETDEVNETNS: Ioctl = _IO(T_TYPE, 227); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1533:36 |1533 | pub const FS_IOC_GETFLAGS: Ioctl = _IOR::<c_long>('f' as u32, 1); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1534:36 |1534 | pub const FS_IOC_SETFLAGS: Ioctl = _IOW::<c_long>('f' as u32, 2); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1535:38 |1535 | pub const FS_IOC_GETVERSION: Ioctl = _IOR::<c_long>('v' as u32, 1); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1536:38 |1536 | pub const FS_IOC_SETVERSION: Ioctl = _IOW::<c_long>('v' as u32, 2); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1537:38 |1537 | pub const FS_IOC32_GETFLAGS: Ioctl = _IOR::<c_int>('f' as u32, 1); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1538:38 |1538 | pub const FS_IOC32_SETFLAGS: Ioctl = _IOW::<c_int>('f' as u32, 2); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1539:40 |1539 | pub const FS_IOC32_GETVERSION: Ioctl = _IOR::<c_int>('v' as u32, 1); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1540:40 |1540 | pub const FS_IOC32_SETVERSION: Ioctl = _IOW::<c_int>('v' as u32, 2); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1542:28 |1542 | pub const FICLONE: Ioctl = _IOW::<c_int>(0x94, 9); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1543:33 |1543 | pub const FICLONERANGE: Ioctl = _IOW::<crate::file_clone_range>(0x94, 13); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1742:67 |1742 | const fn _IOC(dir: u32, ty: u32, nr: u32, size: usize) -> Ioctl { | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1754:57 |1754 | | ((size as u32) << _IOC_SIZESHIFT)) as Ioctl | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1758:47 |1758 | pub const fn _IO(ty: u32, nr: u32) -> Ioctl { | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1763:51 |1763 | pub const fn _IOR<T>(ty: u32, nr: u32) -> Ioctl { | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1768:51 |1768 | pub const fn _IOW<T>(ty: u32, nr: u32) -> Ioctl { | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1773:52 |1773 | pub const fn _IOWR<T>(ty: u32, nr: u32) -> Ioctl { | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1779:46 |1779 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `msghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1791:39 |1791 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1791:55 |1791 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1792:62 |1792 | if (*mhdr).msg_controllen as usize >= mem::size_of::<cmsghdr>() { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1793:40 |1793 | (*mhdr).msg_control.cast::<cmsghdr>() | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1795:35 |1795 | core::ptr::null_mut::<cmsghdr>() | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1799:35 |1799 | pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1804:66 |1804 | (CMSG_ALIGN(length as usize) + CMSG_ALIGN(mem::size_of::<cmsghdr>())) as c_uint | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1808:35 |1808 | CMSG_ALIGN(mem::size_of::<cmsghdr>()) as c_uint + length | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1919:34 |1919 | pub fn sem_destroy(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1920:31 |1920 | pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1934:46 |1934 | pub fn pthread_getattr_np(native: crate::pthread_t, attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1934:75 |1934 | pub fn pthread_getattr_np(native: crate::pthread_t, attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1936:29 |1936 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1941:27 |1941 | attr: *mut crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0573]: expected type, found function `statfs` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1949:50 |1949 | pub fn statfs(path: *const c_char, buf: *mut statfs) -> c_int; | ^^^^^^ not a typeerror[E0573]: expected type, found function `statfs` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1951:41 |1951 | pub fn fstatfs(fd: c_int, buf: *mut statfs) -> c_int; | ^^^^^^ not a typeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1954:45 |1954 | pub fn posix_fadvise(fd: c_int, offset: off_t, len: off_t, advise: c_int) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1954:57 |1954 | pub fn posix_fadvise(fd: c_int, offset: off_t, len: off_t, advise: c_int) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:20:1 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `siginfo_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1989:28 |1989 | infop: *mut crate::siginfo_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `msghdr` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2041:50 |2041 | pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `msghdr` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2043:48 |2043 | pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0573]: expected type, found function `statfs64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2079:51 |2079 | pub fn fstatfs64(fd: c_int, buf: *mut statfs64) -> c_int; | ^^^^^^^^ not a typeerror[E0573]: expected type, found function `statvfs64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2080:61 |2080 | pub fn statvfs64(path: *const c_char, buf: *mut statvfs64) -> c_int; | ^^^^^^^^^ not a typeerror[E0573]: expected type, found function `statvfs64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2081:52 |2081 | pub fn fstatvfs64(fd: c_int, buf: *mut statvfs64) -> c_int; | ^^^^^^^^^ not a typeerror[E0573]: expected type, found function `statfs64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2082:60 |2082 | pub fn statfs64(path: *const c_char, buf: *mut statfs64) -> c_int; | ^^^^^^^^ not a typeerror[E0573]: expected type, found function `stat64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2085:53 |2085 | pub fn fstat64(fildes: c_int, buf: *mut stat64) -> c_int; | ^^^^^^ not a typeerror[E0573]: expected type, found function `stat64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2090:27 |2090 | buf: *mut stat64, | ^^^^^^ not a typeerror[E0573]: expected type, found function `stat64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2096:59 |2096 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> c_int; | ^^^^^^ not a typeerror[E0573]: expected type, found function `stat64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2127:58 |2127 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> c_int; | ^^^^^^ not a typeerror[E0412]: cannot find type `termios` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2163:31 |2163 | termp: *const termios, | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:2171:31 |2171 | termp: *const termios, | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:271:28 |271 | pub tp_all: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:272:29 |272 | pub tp_huge: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:273:31 |273 | pub tp_failed: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:311:29 |311 | pub seq_num: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:394:31 |394 | pub codes_ptr: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:658:22 |658 | __sd: crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:659:22 |659 | __ss: crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `regoff_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:721:20 |721 | pub rm_so: regoff_t, | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `regoff_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:722:20 |722 | pub rm_eo: regoff_t, | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `regoff_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:721:20 |721 | pub rm_so: regoff_t, | ^^^^^^^^ not found in this scope |help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26 |118 | pub struct $i<regoff_t> { $($field)* } | ++++++++++error[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:766:41 |766 | pub instruction_pointer: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:767:27 |767 | pub args: [crate::__u64; 6], | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:777:24 |777 | pub id: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:784:24 |784 | pub id: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__s64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:785:25 |785 | pub val: crate::__s64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:791:24 |791 | pub id: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:841:27 |841 | pub flags: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:842:26 |842 | pub mode: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:843:29 |843 | pub resolve: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__s64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:848:25 |848 | pub sec: crate::__s64, | ^^^^^ not found in the crate rooterror[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEXATTR_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1191:27 |1191 | size: [u8; crate::__SIZEOF_PTHREAD_MUTEXATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...2858 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCKATTR_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1208:27 |1208 | size: [u8; crate::__SIZEOF_PTHREAD_RWLOCKATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...2858 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_CONDATTR_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1214:27 |1214 | size: [u8; crate::__SIZEOF_PTHREAD_CONDATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...2858 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_BARRIERATTR_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1220:27 |1220 | size: [u8; crate::__SIZEOF_PTHREAD_BARRIERATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1229:19 |1229 | pub mask: __u64, | ^^^^^ not found in this scopeerror[E0412]: cannot find type `__u64` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1229:19 |1229 | pub mask: __u64, | ^^^^^ not found in this scope |help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26 |118 | pub struct $i<__u64> { $($field)* } | +++++++error[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1275:30 |1275 | pub producer: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1276:30 |1276 | pub consumer: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1277:26 |1277 | pub desc: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1278:27 |1278 | pub flags: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1289:30 |1289 | pub producer: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1290:30 |1290 | pub consumer: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1291:26 |1291 | pub desc: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1302:26 |1302 | pub addr: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1303:25 |1303 | pub len: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1311:26 |1311 | pub addr: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1312:25 |1312 | pub len: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1318:32 |1318 | pub rx_dropped: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1319:38 |1319 | pub rx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1320:38 |1320 | pub tx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1321:34 |1321 | pub rx_ring_full: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1322:46 |1322 | pub rx_fill_ring_empty_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1323:41 |1323 | pub tx_ring_empty_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1327:32 |1327 | pub rx_dropped: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1328:38 |1328 | pub rx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1329:38 |1329 | pub tx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1337:26 |1337 | pub addr: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1343:34 |1343 | pub tx_timestamp: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1354:30 |1354 | pub attr_set: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1355:30 |1355 | pub attr_clr: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1356:33 |1356 | pub propagation: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1357:31 |1357 | pub userns_fd: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1364:31 |1364 | pub mnt_ns_id: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1371:26 |1371 | pub mask: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1372:30 |1372 | pub cgroupid: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1390:33 |1390 | pub frag_offset: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `ino_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1449:27 |1449 | pub d_ino: crate::ino_t, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1450:20 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...1450 | pub d_off: off_t, | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1450:20 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...1450 | pub d_off: off_t, | ^^^^^ |help: a type alias with a similar name exists |1450 | pub d_off: loff_t, | +help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:26 |178 | pub struct $i<off_t> { $($field)* } | +++++++error[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1570:33 |1570 | pub sched_flags: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1573:35 |1573 | pub sched_runtime: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1574:36 |1574 | pub sched_deadline: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1575:34 |1575 | pub sched_period: crate::__u64, | ^^^^^ not found in the crate rooterror[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1667:27 |1667 | size: [u8; crate::__SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...2858 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1706:27 |1706 | size: [u8; crate::__SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...2858 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_BARRIER_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1746:27 |1746 | size: [u8; crate::__SIZEOF_PTHREAD_BARRIER_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...2858 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:1864:27 |1864 | pub flags: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `rlim_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:2435:34 |2435 | pub const RLIM_SAVED_MAX: crate::rlim_t = RLIM_INFINITY; | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined hereerror[E0412]: cannot find type `rlim_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:2436:34 |2436 | pub const RLIM_SAVED_CUR: crate::rlim_t = RLIM_INFINITY; | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:2834:15 |2834 | size: [0; __SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...2858 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:2840:15 |2840 | size: [0; __SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...2858 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0412]: cannot find type `sem_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:2929:35 |2929 | pub const SEM_FAILED: *mut crate::sem_t = 0 as *mut sem_t; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:2929:53 |2929 | pub const SEM_FAILED: *mut crate::sem_t = 0 as *mut sem_t; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3000:26 |3000 | pub const NS_GET_USERNS: Ioctl = _IO(NSIO, 0x1); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3001:26 |3001 | pub const NS_GET_PARENT: Ioctl = _IO(NSIO, 0x2); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3002:26 |3002 | pub const NS_GET_NSTYPE: Ioctl = _IO(NSIO, 0x3); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3003:29 |3003 | pub const NS_GET_OWNER_UID: Ioctl = _IO(NSIO, 0x4); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3005:28 |3005 | pub const NS_GET_MNTNS_ID: Ioctl = _IOR::<__u64>(NSIO, 0x5); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `__u64` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3005:43 |3005 | pub const NS_GET_MNTNS_ID: Ioctl = _IOR::<__u64>(NSIO, 0x5); | ^^^^^ not found in this scope |help: you might be missing a type parameter |3005 | pub const NS_GET_MNTNS_ID<__u64>: Ioctl = _IOR::<__u64>(NSIO, 0x5); | +++++++error[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3007:34 |3007 | pub const NS_GET_PID_FROM_PIDNS: Ioctl = _IOR::<c_int>(NSIO, 0x6); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3008:35 |3008 | pub const NS_GET_TGID_FROM_PIDNS: Ioctl = _IOR::<c_int>(NSIO, 0x7); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3009:32 |3009 | pub const NS_GET_PID_IN_PIDNS: Ioctl = _IOR::<c_int>(NSIO, 0x8); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3010:33 |3010 | pub const NS_GET_TGID_IN_PIDNS: Ioctl = _IOR::<c_int>(NSIO, 0x9); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3012:34 |3012 | pub const MNT_NS_INFO_SIZE_VER0: Ioctl = 16; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3014:28 |3014 | pub const NS_MNT_GET_INFO: Ioctl = _IOR::<mnt_ns_info>(NSIO, 10); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3015:28 |3015 | pub const NS_MNT_GET_NEXT: Ioctl = _IOR::<mnt_ns_info>(NSIO, 11); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3016:28 |3016 | pub const NS_MNT_GET_PREV: Ioctl = _IOR::<mnt_ns_info>(NSIO, 12); | ^^^^^ not found in this scopeerror[E0425]: cannot find value `O_NONBLOCK` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3019:36 |3019 | pub const PIDFD_NONBLOCK: c_uint = O_NONBLOCK as c_uint; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK`...4913 | pub const IN_NONBLOCK: c_int = O_NONBLOCK; | ------------------------------------------ similarly named constant `IN_NONBLOCK` defined hereerror[E0425]: cannot find value `O_EXCL` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3020:34 |3020 | pub const PIDFD_THREAD: c_uint = O_EXCL as c_uint; | ^^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3034:39 |3034 | pub const PIDFD_GET_CGROUP_NAMESPACE: Ioctl = _IO(PIDFS_IOCTL_MAGIC, 1); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3035:36 |3035 | pub const PIDFD_GET_IPC_NAMESPACE: Ioctl = _IO(PIDFS_IOCTL_MAGIC, 2); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3036:36 |3036 | pub const PIDFD_GET_MNT_NAMESPACE: Ioctl = _IO(PIDFS_IOCTL_MAGIC, 3); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3037:36 |3037 | pub const PIDFD_GET_NET_NAMESPACE: Ioctl = _IO(PIDFS_IOCTL_MAGIC, 4); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3038:36 |3038 | pub const PIDFD_GET_PID_NAMESPACE: Ioctl = _IO(PIDFS_IOCTL_MAGIC, 5); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3039:49 |3039 | pub const PIDFD_GET_PID_FOR_CHILDREN_NAMESPACE: Ioctl = _IO(PIDFS_IOCTL_MAGIC, 6); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3040:37 |3040 | pub const PIDFD_GET_TIME_NAMESPACE: Ioctl = _IO(PIDFS_IOCTL_MAGIC, 7); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3041:50 |3041 | pub const PIDFD_GET_TIME_FOR_CHILDREN_NAMESPACE: Ioctl = _IO(PIDFS_IOCTL_MAGIC, 8); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3042:37 |3042 | pub const PIDFD_GET_USER_NAMESPACE: Ioctl = _IO(PIDFS_IOCTL_MAGIC, 9); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3043:36 |3043 | pub const PIDFD_GET_UTS_NAMESPACE: Ioctl = _IO(PIDFS_IOCTL_MAGIC, 10); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3044:27 |3044 | pub const PIDFD_GET_INFO: Ioctl = _IOWR::<pidfd_info>(PIDFS_IOCTL_MAGIC, 11); | ^^^^^ not found in this scopeerror[E0425]: cannot find value `O_CLOEXEC` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3230:32 |3230 | pub const TFD_CLOEXEC: c_int = O_CLOEXEC; | ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC`...4912 | pub const IN_CLOEXEC: c_int = O_CLOEXEC; | ---------------------------------------- similarly named constant `IN_CLOEXEC` defined hereerror[E0425]: cannot find value `O_NONBLOCK` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3231:33 |3231 | pub const TFD_NONBLOCK: c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK`...4913 | pub const IN_NONBLOCK: c_int = O_NONBLOCK; | ------------------------------------------ similarly named constant `IN_NONBLOCK` defined hereerror[E0425]: cannot find value `ENODATA` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3248:35 |2457 | pub const EI_DATA: usize = 5; | ----------------------------- similarly named constant `EI_DATA` defined here...3248 | pub const ENOATTR: c_int = crate::ENODATA; | ^^^^^^^ help: a constant with a similar name exists: `EI_DATA`error[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3374:35 |3374 | pub const RESOLVE_NO_XDEV: crate::__u64 = 0x01; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3375:41 |3375 | pub const RESOLVE_NO_MAGICLINKS: crate::__u64 = 0x02; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3376:39 |3376 | pub const RESOLVE_NO_SYMLINKS: crate::__u64 = 0x04; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3377:35 |3377 | pub const RESOLVE_BENEATH: crate::__u64 = 0x08; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3378:35 |3378 | pub const RESOLVE_IN_ROOT: crate::__u64 = 0x10; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:3379:34 |3379 | pub const RESOLVE_CACHED: crate::__u64 = 0x20; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4658:30 |4658 | pub const PTP_CLOCK_GETCAPS: Ioctl = _IOR::<ptp_clock_caps>(PTP_CLK_MAGIC, 1); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4659:30 |4659 | pub const PTP_EXTTS_REQUEST: Ioctl = _IOW::<ptp_extts_request>(PTP_CLK_MAGIC, 2); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4660:31 |4660 | pub const PTP_PEROUT_REQUEST: Ioctl = _IOW::<ptp_perout_request>(PTP_CLK_MAGIC, 3); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4661:27 |4661 | pub const PTP_ENABLE_PPS: Ioctl = _IOW::<c_int>(PTP_CLK_MAGIC, 4); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4662:27 |4662 | pub const PTP_SYS_OFFSET: Ioctl = _IOW::<ptp_sys_offset>(PTP_CLK_MAGIC, 5); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4663:28 |4663 | pub const PTP_PIN_GETFUNC: Ioctl = _IOWR::<ptp_pin_desc>(PTP_CLK_MAGIC, 6); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4664:28 |4664 | pub const PTP_PIN_SETFUNC: Ioctl = _IOW::<ptp_pin_desc>(PTP_CLK_MAGIC, 7); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4665:35 |4665 | pub const PTP_SYS_OFFSET_PRECISE: Ioctl = _IOWR::<ptp_sys_offset_precise>(PTP_CLK_MAGIC, 8); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4666:36 |4666 | pub const PTP_SYS_OFFSET_EXTENDED: Ioctl = _IOWR::<ptp_sys_offset_extended>(PTP_CLK_MAGIC, 9); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4668:31 |4668 | pub const PTP_CLOCK_GETCAPS2: Ioctl = _IOR::<ptp_clock_caps>(PTP_CLK_MAGIC, 10); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4669:31 |4669 | pub const PTP_EXTTS_REQUEST2: Ioctl = _IOW::<ptp_extts_request>(PTP_CLK_MAGIC, 11); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4670:32 |4670 | pub const PTP_PEROUT_REQUEST2: Ioctl = _IOW::<ptp_perout_request>(PTP_CLK_MAGIC, 12); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4671:28 |4671 | pub const PTP_ENABLE_PPS2: Ioctl = _IOW::<c_int>(PTP_CLK_MAGIC, 13); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4672:28 |4672 | pub const PTP_SYS_OFFSET2: Ioctl = _IOW::<ptp_sys_offset>(PTP_CLK_MAGIC, 14); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4673:29 |4673 | pub const PTP_PIN_GETFUNC2: Ioctl = _IOWR::<ptp_pin_desc>(PTP_CLK_MAGIC, 15); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4674:29 |4674 | pub const PTP_PIN_SETFUNC2: Ioctl = _IOW::<ptp_pin_desc>(PTP_CLK_MAGIC, 16); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4675:36 |4675 | pub const PTP_SYS_OFFSET_PRECISE2: Ioctl = _IOWR::<ptp_sys_offset_precise>(PTP_CLK_MAGIC, 17); | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4676:37 |4676 | pub const PTP_SYS_OFFSET_EXTENDED2: Ioctl = _IOWR::<ptp_sys_offset_extended>(PTP_CLK_MAGIC, 18); | ^^^^^ not found in this scopeerror[E0425]: cannot find value `O_CLOEXEC` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4912:31 |4912 | pub const IN_CLOEXEC: c_int = O_CLOEXEC; | ^^^^^^^^^ not found in this scopeerror[E0425]: cannot find value `O_NONBLOCK` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4913:32 |4913 | pub const IN_NONBLOCK: c_int = O_NONBLOCK; | ^^^^^^^^^^ not found in this scopeerror[E0425]: cannot find value `O_CLOEXEC` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:4917:39 |4912 | pub const IN_CLOEXEC: c_int = O_CLOEXEC; | ---------------------------------------- similarly named constant `IN_CLOEXEC` defined here...4917 | pub const OPEN_TREE_CLOEXEC: c_uint = O_CLOEXEC as c_uint; | ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC`error[E0412]: cannot find type `off_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5832:37 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...5832 | pub const XDP_PGOFF_RX_RING: crate::off_t = 0; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5833:37 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...5833 | pub const XDP_PGOFF_TX_RING: crate::off_t = 0x80000000; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5854:37 |5854 | pub const MOUNT_ATTR_RDONLY: crate::__u64 = 0x00000001; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5855:37 |5855 | pub const MOUNT_ATTR_NOSUID: crate::__u64 = 0x00000002; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5856:36 |5856 | pub const MOUNT_ATTR_NODEV: crate::__u64 = 0x00000004; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5857:37 |5857 | pub const MOUNT_ATTR_NOEXEC: crate::__u64 = 0x00000008; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5858:37 |5858 | pub const MOUNT_ATTR__ATIME: crate::__u64 = 0x00000070; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5859:39 |5859 | pub const MOUNT_ATTR_RELATIME: crate::__u64 = 0x00000000; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5860:38 |5860 | pub const MOUNT_ATTR_NOATIME: crate::__u64 = 0x00000010; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5861:42 |5861 | pub const MOUNT_ATTR_STRICTATIME: crate::__u64 = 0x00000020; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5862:41 |5862 | pub const MOUNT_ATTR_NODIRATIME: crate::__u64 = 0x00000080; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5863:36 |5863 | pub const MOUNT_ATTR_IDMAP: crate::__u64 = 0x00100000; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5864:42 |5864 | pub const MOUNT_ATTR_NOSYMFOLLOW: crate::__u64 = 0x00200000; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5898:25 |5898 | pub const EPIOCSPARAMS: Ioctl = 0x40088a01; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5899:25 |5899 | pub const EPIOCGPARAMS: Ioctl = 0x80088a02; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `msghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5910:37 |5910 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5910:58 |5910 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5910:75 |5910 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5911:52 |5911 | if ((*cmsg).cmsg_len as usize) < size_of::<cmsghdr>() { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5912:42 |5912 | return core::ptr::null_mut::<cmsghdr>(); | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5914:91 |5914 | let next = (cmsg as usize + super::CMSG_ALIGN((*cmsg).cmsg_len as usize)) as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:5919:35 |5919 | core::ptr::null_mut::<cmsghdr>() | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6134:42 |6134 | pub fn aio_read(aiocbp: *mut aiocb) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6136:43 |6136 | pub fn aio_write(aiocbp: *mut aiocb) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6137:54 |6137 | pub fn aio_fsync(op: c_int, aiocbp: *mut aiocb) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6139:45 |6139 | pub fn aio_error(aiocbp: *const aiocb) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6141:44 |6141 | pub fn aio_return(aiocbp: *mut aiocb) -> ssize_t; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6144:43 |6144 | aiocb_list: *const *const aiocb, | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6149:55 |6149 | pub fn aio_cancel(fd: c_int, aiocbp: *mut aiocb) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6153:41 |6153 | aiocb_list: *const *mut aiocb, | ^^^^^ not found in this scopeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6169:25 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6169 | offset: off_t, | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6176:25 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6176 | offset: off_t, | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6264:50 |6264 | pub fn pthread_cancel(thread: crate::pthread_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `shmid_ds` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6322:62 |6322 | pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `msqid_ds` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6329:55 |6329 | pub fn msgctl(msqid: c_int, cmd: c_int, buf: *mut msqid_ds) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6344:54 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6344 | pub fn fallocate(fd: c_int, mode: c_int, offset: off_t, len: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6344:66 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6344 | pub fn fallocate(fd: c_int, mode: c_int, offset: off_t, len: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6346:47 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6346 | pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6346:59 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6346 | pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6393:52 |6393 | pub fn signalfd(fd: c_int, mask: *const crate::sigset_t, flags: c_int) -> c_int; | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6410:32 |6410 | sigmask: *const crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6415:21 |6415 | set: *const sigset_t, | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `siginfo_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6416:20 |6416 | info: *mut siginfo_t, | ^^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6419:36 |6419 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `siginfo_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6419:57 |6419 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> c_int; | ^^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6428:24 |6428 | thread: crate::pthread_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6433:24 |6433 | thread: crate::pthread_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6437:48 |6437 | pub fn pthread_setschedprio(native: crate::pthread_t, priority: c_int) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6525:24 |6525 | native: crate::pthread_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6550:36 |6550 | pub fn sem_timedwait(sem: *mut sem_t, abstime: *const crate::timespec) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6551:35 |6551 | pub fn sem_getvalue(sem: *mut sem_t, sval: *mut c_int) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6573:25 |6573 | sigmask: *const sigset_t, | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6624:29 |6624 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6627:56 |6627 | pub fn pthread_attr_setguardsize(attr: *mut crate::pthread_attr_t, guardsize: size_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6629:29 |6629 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6633:27 |6633 | attr: *mut crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6637:29 |6637 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6640:58 |6640 | pub fn pthread_attr_setschedpolicy(attr: *mut crate::pthread_attr_t, policy: c_int) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6642:29 |6642 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6646:27 |6646 | attr: *mut crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0573]: expected type, found function `crate::sysinfo` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6655:31 |6655 | pub fn sysinfo(info: *mut crate::sysinfo) -> c_int; | ^^^^^^^^^^^^^^ not a typeerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6658:24 |6658 | native: crate::pthread_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6669:63 |20 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6669 | pub fn sendfile(out_fd: c_int, in_fd: c_int, offset: *mut off_t, count: size_t) -> ssize_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6670:43 |6670 | pub fn sigsuspend(mask: *const crate::sigset_t) -> c_int; | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `stack_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6678:35 |6678 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> c_int; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `stack_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6678:54 |6678 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> c_int; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6679:32 |6679 | pub fn sem_close(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6689:52 |6689 | pub fn pthread_sigmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6689:75 |6689 | pub fn pthread_sigmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6690:69 |6690 | pub fn sem_open(name: *const c_char, oflag: c_int, ...) -> *mut sem_t; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6692:40 |6692 | pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6709:32 |6709 | pub fn sigwait(set: *const sigset_t, sig: *mut c_int) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6729:29 |6729 | native: *mut crate::pthread_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6730:29 |6730 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:178:13 |178 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6771:30 |6771 | default: *mut crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6775:32 |6775 | default: *const crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6779:30 |6779 | default: *mut crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6783:32 |6783 | default: *const crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `regex_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6836:38 |6836 | pub fn regcomp(preg: *mut crate::regex_t, pattern: *const c_char, cflags: c_int) -> c_int; | ^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `regex_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6839:29 |6839 | preg: *const crate::regex_t, | ^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `regex_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6848:29 |6848 | preg: *const crate::regex_t, | ^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `regex_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6853:38 |6853 | pub fn regfree(preg: *mut crate::regex_t); | ^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6886:49 |6886 | pub fn pthread_getcpuclockid(thread: crate::pthread_t, clk_id: *mut crate::clockid_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6895:46 |6895 | pub fn pthread_getname_np(thread: crate::pthread_t, name: *mut c_char, len: size_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/mod.rs:6896:46 |6896 | pub fn pthread_setname_np(thread: crate::pthread_t, name: *const c_char) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `rlim_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/linux/arch/generic/mod.rs:334:33 |334 | pub const RLIM_INFINITY: crate::rlim_t = !0; | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined hereSome errors have detailed explanations: E0412, E0425, E0432, E0573.For more information about an error, try `rustc --explain E0412`.error: could not compile `libc` (lib) due to 380 previous errors