Compiling libc v0.2.172 Compiling std v0.0.0 (/root/.rustup/toolchains/nightly-2025-05-12-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)error[E0432]: unresolved import `crate::Ioctl` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/linux_like/linux/arch/generic/mod.rs:2:13 |2 | use crate::{Ioctl, _IOR, _IOW}; | ^^^^^ | | | no `Ioctl` in the root | help: a similar name exists in the module (notice the capitalization): `ioctl`error[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/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.172/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.172/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.172/src/unix/mod.rs:55:21 |55 | pub actime: time_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/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.172/src/unix/mod.rs:61:21 |61 | 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.172/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.172/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.172/src/unix/linux_like/linux/mod.rs:7:1 |7 | 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.172/src/unix/mod.rs:61:21 |61 | pub tv_sec: time_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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 |61 | pub tv_sec: timer_t, | +help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/mod.rs:62:22 |62 | pub tv_usec: suseconds_t, | ^^^^^^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/linux_like/linux/mod.rs:7:1 |7 | 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.172/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.172/src/unix/mod.rs:68:21 |68 | 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.172/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.172/src/unix/mod.rs:68:21 |68 | pub tv_sec: time_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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 |68 | pub tv_sec: timer_t, | +help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/mod.rs:76:23 |76 | pub rlim_cur: rlim_t, | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/mod.rs:77:23 |77 | pub rlim_max: rlim_t, | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/mod.rs:76:23 |76 | pub rlim_cur: rlim_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined here |help: a struct with a similar name exists |76 - pub rlim_cur: rlim_t,76 + pub rlim_cur: rlimit, |help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/mod.rs:184:31 |184 | 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.172/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.172/src/unix/mod.rs:185:31 |185 | 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.172/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.172/src/unix/mod.rs:186:32 |186 | 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.172/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.172/src/unix/mod.rs:187:32 |187 | 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.172/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.172/src/unix/mod.rs:712:31 |712 | 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.172/src/unix/mod.rs:713:52 |713 | 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.172/src/unix/mod.rs:716:31 |716 | 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.172/src/unix/mod.rs:716:43 |716 | 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.172/src/unix/mod.rs:716:71 |716 | 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.172/src/unix/mod.rs:862:43 |862 | 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.172/src/unix/mod.rs:876:48 |876 | 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.172/src/unix/mod.rs:965:69 |965 | 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.172/src/unix/mod.rs:1040:37 |1040 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/mod.rs:1040:62 |1040 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/mod.rs:1103:70 |1103 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/mod.rs:1109:73 |1109 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/mod.rs:1142:17 |1142 | offset: off_t, | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/mod.rs:1163:49 |1163 | 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.172/src/unix/mod.rs:1186:50 |1186 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/mod.rs:1188:41 |1188 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/mod.rs:1208:50 |1208 | 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.172/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.172/src/unix/mod.rs:1210:37 |1210 | 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.172/src/unix/mod.rs:1211:37 |1211 | 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.172/src/unix/mod.rs:1211:59 |1211 | 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.172/src/unix/mod.rs:1216:40 |1216 | 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.172/src/unix/mod.rs:1218:48 |1218 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/mod.rs:1219:51 |1219 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/mod.rs:1221:29 |1221 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/mod.rs:1224:56 |1224 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/mod.rs:1226:58 |1226 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/mod.rs:1227:42 |1227 | 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.172/src/unix/mod.rs:1385:36 |1385 | 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.172/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.172/src/unix/mod.rs:1389:39 |1389 | 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.172/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.172/src/unix/mod.rs:1397:35 |1397 | 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.172/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.172/src/unix/mod.rs:1401:28 |1401 | 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.172/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.172/src/unix/mod.rs:1401:39 |1401 | 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.172/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.172/src/unix/mod.rs:1405:34 |1405 | 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.172/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.172/src/unix/mod.rs:1409:37 |1409 | 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.172/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.172/src/unix/mod.rs:1413:28 |1413 | 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.172/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.172/src/unix/mod.rs:1413:43 |1413 | 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.172/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.172/src/unix/mod.rs:1417:42 |1417 | 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.172/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.172/src/unix/mod.rs:1489:31 |1489 | 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.172/src/unix/mod.rs:1490:34 |1490 | 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.172/src/unix/mod.rs:1491:31 |1491 | 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.172/src/unix/mod.rs:1493:51 |1493 | 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.172/src/unix/mod.rs:1495:42 |1495 | 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.172/src/unix/mod.rs:1498:34 |1498 | 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.172/src/unix/mod.rs:1500:32 |1500 | 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.172/src/unix/mod.rs:1502:33 |1502 | 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.172/src/unix/mod.rs:1504:32 |1504 | 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.172/src/unix/mod.rs:1506:36 |1506 | 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.172/src/unix/mod.rs:1509:48 |1509 | 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.172/src/unix/mod.rs:1509:71 |1509 | 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.172/src/unix/mod.rs:1511:33 |1511 | 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.172/src/unix/mod.rs:1519:53 |1519 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/mod.rs:1521:48 |1521 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/mod.rs:1527:47 |1527 | 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.172/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.172/src/unix/mod.rs:1528:47 |1528 | 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.172/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.172/src/unix/mod.rs:1529:45 |1529 | 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.172/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.172/src/unix/mod.rs:1530:45 |1530 | 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.172/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.172/src/unix/mod.rs:1531:54 |1531 | 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.172/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.172/src/unix/mod.rs:1532:81 |1532 | 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.172/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.172/src/unix/mod.rs:1563:46 |1563 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/mod.rs:1647:51 |1647 | 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.172/src/unix/mod.rs:1735:57 |1735 | 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.172/src/unix/mod.rs:1735:81 |1735 | 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.172/src/unix/mod.rs:1753:33 |1753 | 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.172/src/unix/mod.rs:1766:51 |1766 | 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.172/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.172/src/unix/mod.rs:1767:52 |1767 | 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.172/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.172/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.172/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0425]: cannot find value `O_CLOEXEC` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/linux_like/mod.rs:546:33 |546 | 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.172/src/unix/linux_like/linux/mod.rs:4999:1 |4999 | pub const IN_CLOEXEC: c_int = O_CLOEXEC; | ---------------------------------------- similarly named constant `IN_CLOEXEC` defined hereerror[E0412]: cannot find type `msghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/linux_like/mod.rs:1708:39 |1708 | 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.172/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.172/src/unix/linux_like/mod.rs:1708:55 |1708 | 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.172/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.172/src/unix/linux_like/mod.rs:1709:62 |1709 | 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.172/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.172/src/unix/linux_like/mod.rs:1710:41 |1710 | (*mhdr).msg_control as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/linux_like/mod.rs:1712:23 |1712 | 0 as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/linux_like/mod.rs:1716:35 |1716 | 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.172/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.172/src/unix/linux_like/mod.rs:1721:66 |1721 | (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.172/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.172/src/unix/linux_like/mod.rs:1725:35 |1725 | 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.172/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.172/src/unix/linux_like/mod.rs:1836:34 |1836 | 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.172/src/unix/linux_like/mod.rs:1837:31 |1837 | 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.172/src/unix/linux_like/mod.rs:1848:46 |1848 | 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.172/src/unix/linux_like/mod.rs:1848:75 |1848 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/mod.rs:1850:29 |1850 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/mod.rs:1855:27 |1855 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/mod.rs:1863:50 |1863 | 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.172/src/unix/linux_like/mod.rs:1865:41 |1865 | 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.172/src/unix/linux_like/mod.rs:1868:45 |1868 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/linux_like/mod.rs:1868:57 |1868 | 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.172/src/unix/linux_like/linux/mod.rs:19:1 |19 | 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.172/src/unix/linux_like/mod.rs:1902:28 |1902 | 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.172/src/unix/linux_like/mod.rs:1952:50 |1952 | 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.172/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.172/src/unix/linux_like/mod.rs:1953:48 |1953 | 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.172/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.172/src/unix/linux_like/mod.rs:1989:51 |1989 | 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.172/src/unix/linux_like/mod.rs:1990:61 |1990 | 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.172/src/unix/linux_like/mod.rs:1991:52 |1991 | 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.172/src/unix/linux_like/mod.rs:1992:60 |1992 | 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.172/src/unix/linux_like/mod.rs:1994:53 |1994 | 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.172/src/unix/linux_like/mod.rs:1998:27 |1998 | buf: *mut stat64, | ^^^^^^ not a typeerror[E0573]: expected type, found function `stat64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/linux_like/mod.rs:2003:59 |2003 | 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.172/src/unix/linux_like/mod.rs:2033:58 |2033 | 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.172/src/unix/linux_like/mod.rs:2069:31 |2069 | termp: *const termios, | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/linux_like/mod.rs:2077:31 |2077 | termp: *const termios, | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/linux_like/linux/mod.rs:260:28 |260 | 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.172/src/unix/linux_like/linux/mod.rs:261:29 |261 | 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.172/src/unix/linux_like/linux/mod.rs:262:31 |262 | 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.172/src/unix/linux_like/linux/mod.rs:300:29 |300 | 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.172/src/unix/linux_like/linux/mod.rs:383:31 |383 | 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.172/src/unix/linux_like/linux/mod.rs:647:22 |647 | __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.172/src/unix/linux_like/linux/mod.rs:648:22 |648 | __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.172/src/unix/linux_like/linux/mod.rs:710:20 |710 | 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.172/src/unix/linux_like/linux/mod.rs:711:20 |711 | 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.172/src/unix/linux_like/linux/mod.rs:710:20 |710 | 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.172/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.172/src/unix/linux_like/linux/mod.rs:768:41 |768 | 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.172/src/unix/linux_like/linux/mod.rs:769:27 |769 | 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.172/src/unix/linux_like/linux/mod.rs:779:24 |779 | 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.172/src/unix/linux_like/linux/mod.rs:786:24 |786 | 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.172/src/unix/linux_like/linux/mod.rs:787:25 |787 | 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.172/src/unix/linux_like/linux/mod.rs:793:24 |793 | 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.172/src/unix/linux_like/linux/mod.rs:819:28 |819 | 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.172/src/unix/linux_like/linux/mod.rs:820:32 |820 | 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.172/src/unix/linux_like/linux/mod.rs:821:32 |821 | 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.172/src/unix/linux_like/linux/mod.rs:822:33 |822 | pub dest_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.172/src/unix/linux_like/linux/mod.rs:850:27 |850 | 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.172/src/unix/linux_like/linux/mod.rs:851:26 |851 | 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.172/src/unix/linux_like/linux/mod.rs:852:29 |852 | 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.172/src/unix/linux_like/linux/mod.rs:857:25 |857 | 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.172/src/unix/linux_like/linux/mod.rs:1200:27 |1200 | size: [u8; crate::__SIZEOF_PTHREAD_MUTEXATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3046 | 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.172/src/unix/linux_like/linux/mod.rs:1217:27 |1217 | size: [u8; crate::__SIZEOF_PTHREAD_RWLOCKATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3046 | 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.172/src/unix/linux_like/linux/mod.rs:1223:27 |1223 | size: [u8; crate::__SIZEOF_PTHREAD_CONDATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3046 | 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.172/src/unix/linux_like/linux/mod.rs:1229:27 |1229 | 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.172/src/unix/linux_like/linux/mod.rs:1238:19 |1238 | 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.172/src/unix/linux_like/linux/mod.rs:1238:19 |1238 | 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.172/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.172/src/unix/linux_like/linux/mod.rs:1284:30 |1284 | 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.172/src/unix/linux_like/linux/mod.rs:1285:30 |1285 | 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.172/src/unix/linux_like/linux/mod.rs:1286:26 |1286 | 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.172/src/unix/linux_like/linux/mod.rs:1287:27 |1287 | 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.172/src/unix/linux_like/linux/mod.rs:1298:30 |1298 | 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.172/src/unix/linux_like/linux/mod.rs:1299:30 |1299 | 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.172/src/unix/linux_like/linux/mod.rs:1300:26 |1300 | 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.172/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.172/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.172/src/unix/linux_like/linux/mod.rs:1320:26 |1320 | 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.172/src/unix/linux_like/linux/mod.rs:1321:25 |1321 | 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.172/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.172/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.172/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.172/src/unix/linux_like/linux/mod.rs:1330:34 |1330 | 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.172/src/unix/linux_like/linux/mod.rs:1331:46 |1331 | 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.172/src/unix/linux_like/linux/mod.rs:1332:41 |1332 | 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.172/src/unix/linux_like/linux/mod.rs:1336:32 |1336 | 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.172/src/unix/linux_like/linux/mod.rs:1337:38 |1337 | 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.172/src/unix/linux_like/linux/mod.rs:1338:38 |1338 | 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.172/src/unix/linux_like/linux/mod.rs:1346:26 |1346 | 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.172/src/unix/linux_like/linux/mod.rs:1352:34 |1352 | 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.172/src/unix/linux_like/linux/mod.rs:1363:30 |1363 | 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.172/src/unix/linux_like/linux/mod.rs:1364:30 |1364 | 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.172/src/unix/linux_like/linux/mod.rs:1365:33 |1365 | 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.172/src/unix/linux_like/linux/mod.rs:1366:31 |1366 | 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.172/src/unix/linux_like/linux/mod.rs:1372:33 |1372 | 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.172/src/unix/linux_like/linux/mod.rs:1431:27 |1431 | 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.172/src/unix/linux_like/linux/mod.rs:1432:20 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...1432 | 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.172/src/unix/linux_like/linux/mod.rs:1432:20 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...1432 | pub d_off: off_t, | ^^^^^ |help: a type alias with a similar name exists |1432 | pub d_off: loff_t, | +help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/macros.rs:176:26 |176 | 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.172/src/unix/linux_like/linux/mod.rs:1552:33 |1552 | 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.172/src/unix/linux_like/linux/mod.rs:1555:35 |1555 | 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.172/src/unix/linux_like/linux/mod.rs:1556:36 |1556 | 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.172/src/unix/linux_like/linux/mod.rs:1557:34 |1557 | 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.172/src/unix/linux_like/linux/mod.rs:1649:27 |1649 | size: [u8; crate::__SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3046 | 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.172/src/unix/linux_like/linux/mod.rs:1688:27 |1688 | size: [u8; crate::__SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3046 | 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.172/src/unix/linux_like/linux/mod.rs:1728:27 |1728 | size: [u8; crate::__SIZEOF_PTHREAD_BARRIER_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3046 | 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.172/src/unix/linux_like/linux/mod.rs:1846:27 |1846 | 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.172/src/unix/linux_like/linux/mod.rs:2595:34 |2595 | 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.172/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.172/src/unix/linux_like/linux/mod.rs:2596:34 |2596 | 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.172/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.172/src/unix/linux_like/linux/mod.rs:3022:15 |3022 | size: [0; __SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3046 | 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.172/src/unix/linux_like/linux/mod.rs:3028:15 |3028 | size: [0; __SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3046 | 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.172/src/unix/linux_like/linux/mod.rs:3117:35 |3117 | 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.172/src/unix/linux_like/linux/mod.rs:3117:53 |3117 | pub const SEM_FAILED: *mut crate::sem_t = 0 as *mut sem_t; | ^^^^^ not found in this scopeerror[E0425]: cannot find value `O_CLOEXEC` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/linux_like/linux/mod.rs:3363:32 |3363 | pub const TFD_CLOEXEC: c_int = O_CLOEXEC; | ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC`...4999 | 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.172/src/unix/linux_like/linux/mod.rs:3364:33 |3364 | pub const TFD_NONBLOCK: c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK`...5000 | 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.172/src/unix/linux_like/linux/mod.rs:3381:35 |2617 | pub const EI_DATA: usize = 5; | ----------------------------- similarly named constant `EI_DATA` defined here...3381 | 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.172/src/unix/linux_like/linux/mod.rs:3507:35 |3507 | 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.172/src/unix/linux_like/linux/mod.rs:3508:41 |3508 | 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.172/src/unix/linux_like/linux/mod.rs:3509:39 |3509 | 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.172/src/unix/linux_like/linux/mod.rs:3510:35 |3510 | 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.172/src/unix/linux_like/linux/mod.rs:3511:35 |3511 | 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.172/src/unix/linux_like/linux/mod.rs:3512:34 |3512 | pub const RESOLVE_CACHED: crate::__u64 = 0x20; | ^^^^^ 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.172/src/unix/linux_like/linux/mod.rs:4999:31 |4999 | 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.172/src/unix/linux_like/linux/mod.rs:5000:32 |5000 | 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.172/src/unix/linux_like/linux/mod.rs:5004:39 |4999 | pub const IN_CLOEXEC: c_int = O_CLOEXEC; | ---------------------------------------- similarly named constant `IN_CLOEXEC` defined here...5004 | 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.172/src/unix/linux_like/linux/mod.rs:5919:37 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...5919 | 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.172/src/unix/linux_like/linux/mod.rs:5920:37 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...5920 | 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.172/src/unix/linux_like/linux/mod.rs:5941:37 |5941 | 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.172/src/unix/linux_like/linux/mod.rs:5942:37 |5942 | 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.172/src/unix/linux_like/linux/mod.rs:5943:36 |5943 | 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.172/src/unix/linux_like/linux/mod.rs:5944:37 |5944 | 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.172/src/unix/linux_like/linux/mod.rs:5945:37 |5945 | 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.172/src/unix/linux_like/linux/mod.rs:5946:39 |5946 | 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.172/src/unix/linux_like/linux/mod.rs:5947:38 |5947 | 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.172/src/unix/linux_like/linux/mod.rs:5948:42 |5948 | 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.172/src/unix/linux_like/linux/mod.rs:5949:41 |5949 | 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.172/src/unix/linux_like/linux/mod.rs:5950:36 |5950 | 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.172/src/unix/linux_like/linux/mod.rs:5951:42 |5951 | 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.172/src/unix/linux_like/linux/mod.rs:5985:25 |5985 | 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.172/src/unix/linux_like/linux/mod.rs:5986:25 |5986 | 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.172/src/unix/linux_like/linux/mod.rs:6017:37 |6017 | 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.172/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.172/src/unix/linux_like/linux/mod.rs:6017:58 |6017 | 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.172/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.172/src/unix/linux_like/linux/mod.rs:6017:75 |6017 | 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.172/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.172/src/unix/linux_like/linux/mod.rs:6018:52 |6018 | 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.172/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.172/src/unix/linux_like/linux/mod.rs:6019:30 |6019 | return 0 as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/linux_like/linux/mod.rs:6021:91 |6021 | 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.172/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.172/src/unix/linux_like/linux/mod.rs:6026:23 |6026 | 0 as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/linux_like/linux/mod.rs:6028:26 |6028 | next as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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.172/src/unix/linux_like/linux/mod.rs:6249:42 |6249 | 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.172/src/unix/linux_like/linux/mod.rs:6251:43 |6251 | 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.172/src/unix/linux_like/linux/mod.rs:6252:54 |6252 | 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.172/src/unix/linux_like/linux/mod.rs:6254:45 |6254 | 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.172/src/unix/linux_like/linux/mod.rs:6256:44 |6256 | 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.172/src/unix/linux_like/linux/mod.rs:6258:43 |6258 | 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.172/src/unix/linux_like/linux/mod.rs:6263:55 |6263 | 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.172/src/unix/linux_like/linux/mod.rs:6267:41 |6267 | 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.172/src/unix/linux_like/linux/mod.rs:6283:25 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6283 | 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.172/src/unix/linux_like/linux/mod.rs:6290:25 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6290 | 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.172/src/unix/linux_like/linux/mod.rs:6375:50 |6375 | 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.172/src/unix/linux_like/linux/mod.rs:6431:62 |6431 | 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.172/src/unix/linux_like/linux/mod.rs:6436:55 |6436 | 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.172/src/unix/linux_like/linux/mod.rs:6451:54 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6451 | 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.172/src/unix/linux_like/linux/mod.rs:6451:66 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6451 | 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.172/src/unix/linux_like/linux/mod.rs:6453:47 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6453 | 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.172/src/unix/linux_like/linux/mod.rs:6453:59 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6453 | 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.172/src/unix/linux_like/linux/mod.rs:6500:52 |6500 | 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.172/src/unix/linux_like/linux/mod.rs:6515:32 |6515 | 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.172/src/unix/linux_like/linux/mod.rs:6519:21 |6519 | 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.172/src/unix/linux_like/linux/mod.rs:6520:20 |6520 | 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.172/src/unix/linux_like/linux/mod.rs:6523:36 |6523 | 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.172/src/unix/linux_like/linux/mod.rs:6523:57 |6523 | 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.172/src/unix/linux_like/linux/mod.rs:6532:24 |6532 | 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.172/src/unix/linux_like/linux/mod.rs:6537:24 |6537 | 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.172/src/unix/linux_like/linux/mod.rs:6541:48 |6541 | 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.172/src/unix/linux_like/linux/mod.rs:6621:24 |6621 | 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.172/src/unix/linux_like/linux/mod.rs:6643:36 |6643 | 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.172/src/unix/linux_like/linux/mod.rs:6644:35 |6644 | 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.172/src/unix/linux_like/linux/mod.rs:6664:25 |6664 | 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.172/src/unix/linux_like/linux/mod.rs:6713:29 |6713 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/linux/mod.rs:6716:56 |6716 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/linux/mod.rs:6718:29 |6718 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/linux/mod.rs:6722:27 |6722 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/linux/mod.rs:6726:29 |6726 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/linux/mod.rs:6729:58 |6729 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/linux/mod.rs:6731:29 |6731 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/linux/mod.rs:6735:27 |6735 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/linux/mod.rs:6744:31 |6744 | 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.172/src/unix/linux_like/linux/mod.rs:6747:24 |6747 | 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.172/src/unix/linux_like/linux/mod.rs:6758:63 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6758 | 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.172/src/unix/linux_like/linux/mod.rs:6759:43 |6759 | 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.172/src/unix/linux_like/linux/mod.rs:6767:35 |6767 | 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.172/src/unix/linux_like/linux/mod.rs:6767:54 |6767 | 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.172/src/unix/linux_like/linux/mod.rs:6768:32 |6768 | 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.172/src/unix/linux_like/linux/mod.rs:6778:52 |6778 | 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.172/src/unix/linux_like/linux/mod.rs:6778:75 |6778 | 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.172/src/unix/linux_like/linux/mod.rs:6779:69 |6779 | 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.172/src/unix/linux_like/linux/mod.rs:6781:40 |6781 | 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.172/src/unix/linux_like/linux/mod.rs:6798:32 |6798 | 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.172/src/unix/linux_like/linux/mod.rs:6818:29 |6818 | 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.172/src/unix/linux_like/linux/mod.rs:6819:29 |6819 | 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.172/src/macros.rs:176:13 |176 | 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.172/src/unix/linux_like/linux/mod.rs:6860:30 |6860 | 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.172/src/unix/linux_like/linux/mod.rs:6864:32 |6864 | 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.172/src/unix/linux_like/linux/mod.rs:6868:30 |6868 | 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.172/src/unix/linux_like/linux/mod.rs:6872:32 |6872 | 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.172/src/unix/linux_like/linux/mod.rs:6925:38 |6925 | 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.172/src/unix/linux_like/linux/mod.rs:6928:29 |6928 | 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.172/src/unix/linux_like/linux/mod.rs:6937:29 |6937 | 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.172/src/unix/linux_like/linux/mod.rs:6942:38 |6942 | 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.172/src/unix/linux_like/linux/mod.rs:6973:49 |6973 | 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.172/src/unix/linux_like/linux/mod.rs:6982:46 |6982 | 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.172/src/unix/linux_like/linux/mod.rs:6983:46 |6983 | 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 `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/linux_like/linux/mod.rs:7005:38 |7005 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `rlim_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/linux_like/linux/arch/generic/mod.rs:380:33 |380 | 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.172/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 289 previous errors