🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔
Build date: 2025-07-06T16:46:31.637Z
Build duration: 25.095s
Builder does-it-build commit: 5a6180f8
Compiling compiler_builtins v0.1.138
Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-12-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2024-12-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2024-12-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2024-12-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Compiling libc v0.2.167
error[E0432]: unresolved imports `crate::c_char`, `crate::c_long`, `crate::c_ulong`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:84:17
|
84 | c_char, c_double, c_float, c_int, c_long, c_longlong, c_short, c_uchar, c_uint,
| ^^^^^^ no `c_char` in the root ^^^^^^ no `c_long` in the root
85 | c_ulong, c_ulonglong, c_ushort, c_void, intptr_t, size_t, ssize_t, uintptr_t,
| ^^^^^^^ no `c_ulong` in the root
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/lib.rs:100:9
|
100 | prelude!();
| ---------- in this macro invocation
|
= help: consider importing this type alias instead:
rustc_std_workspace_core::ffi::c_char
= help: consider importing this type alias instead:
rustc_std_workspace_core::ffi::c_long
= help: consider importing this type alias instead:
rustc_std_workspace_core::ffi::c_ulong
= note: this error originates in the macro `prelude` (in Nightly builds, run with -Z macro-backtrace for more info)
help: a similar name exists in the module
|
84 | c_schar, c_double, c_float, c_int, c_long, c_longlong, c_short, c_uchar, c_uint,
| ~~~~~~~
help: a similar name exists in the module
|
84 | c_char, c_double, c_float, c_int, clone, c_longlong, c_short, c_uchar, c_uint,
| ~~~~~
error[E0432]: unresolved import `crate::Ioctl`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/arch/generic/mod.rs:2:5
|
2 | use crate::Ioctl;
| ^^^^^^^-----
| | |
| | help: a similar name exists in the module (notice the capitalization): `ioctl`
| no `Ioctl` in the root
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:65:21
|
65 | pub actime: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:66:22
|
66 | pub modtime: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:65:21
|
65 | pub actime: time_t,
| ^^^^^^
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/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
|
65 | pub actime: timer_t,
| ~~~~~~~
help: you might be missing a type parameter
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:26
|
118| pub struct $i<time_t> { $($field)* }
| ++++++++
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:70:21
|
70 | pub tv_sec: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `suseconds_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:71:22
|
71 | pub tv_usec: suseconds_t,
| ^^^^^^^^^^^ help: a type alias with a similar name exists: `useconds_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:7:1
|
7 | pub type useconds_t = u32;
| -------------------------- similarly named type alias `useconds_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:70:21
|
70 | pub tv_sec: time_t,
| ^^^^^^
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/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
|
70 | pub tv_sec: timer_t,
| ~~~~~~~
help: you might be missing a type parameter
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:26
|
118| pub struct $i<time_t> { $($field)* }
| ++++++++
error[E0412]: cannot find type `suseconds_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:71:22
|
71 | pub tv_usec: suseconds_t,
| ^^^^^^^^^^^
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/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
|
71 | pub tv_usec: useconds_t,
| ~~~~~~~~~~
help: you might be missing a type parameter
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:26
|
118| pub struct $i<suseconds_t> { $($field)* }
| +++++++++++++
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:77:21
|
77 | pub tv_sec: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:77:21
|
77 | pub tv_sec: time_t,
| ^^^^^^
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/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
|
77 | pub tv_sec: timer_t,
| ~~~~~~~
help: you might be missing a type parameter
|
76 | pub struct timespec<time_t> {
| ++++++++
error[E0412]: cannot find type `rlim_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:85:23
|
85 | pub rlim_cur: rlim_t,
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0412]: cannot find type `rlim_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:86:23
|
86 | pub rlim_max: rlim_t,
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0412]: cannot find type `rlim_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:85:23
|
85 | pub rlim_cur: rlim_t,
| ^^^^^^
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
|
help: a struct with a similar name exists
|
85 | pub rlim_cur: rlimit,
| ~~~~~~
help: you might be missing a type parameter
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:26
|
118 | pub struct $i<rlim_t> { $($field)* }
| ++++++++
error[E0412]: cannot find type `clock_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:191:31
|
191 | pub tms_utime: crate::clock_t,
| ^^^^^^^ help: a type alias with a similar name exists: `clockid_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:6:1
|
6 | pub type clockid_t = c_int;
| --------------------------- similarly named type alias `clockid_t` defined here
error[E0412]: cannot find type `clock_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:192:31
|
192 | pub tms_stime: crate::clock_t,
| ^^^^^^^ help: a type alias with a similar name exists: `clockid_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:6:1
|
6 | pub type clockid_t = c_int;
| --------------------------- similarly named type alias `clockid_t` defined here
error[E0412]: cannot find type `clock_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:193:32
|
193 | pub tms_cutime: crate::clock_t,
| ^^^^^^^ help: a type alias with a similar name exists: `clockid_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:6:1
|
6 | pub type clockid_t = c_int;
| --------------------------- similarly named type alias `clockid_t` defined here
error[E0412]: cannot find type `clock_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:194:32
|
194 | pub tms_cstime: crate::clock_t,
| ^^^^^^^ help: a type alias with a similar name exists: `clockid_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:6:1
|
6 | pub type clockid_t = c_int;
| --------------------------- similarly named type alias `clockid_t` defined here
error[E0412]: cannot find type `wchar_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:675:31
|
675 | pub fn wcslen(buf: *const wchar_t) -> size_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:676:52
|
676 | pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> size_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:679:31
|
679 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:679:43
|
679 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:679:71
|
679 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
| ^^^^^^^ not found in this scope
error[E0573]: expected type, found function `stat`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:823:43
|
823 | pub fn fstat(fildes: c_int, buf: *mut stat) -> c_int;
| ^^^^ not a type
error[E0573]: expected type, found function `stat`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:836:48
|
836 | pub fn stat(path: *const c_char, buf: *mut stat) -> c_int;
| ^^^^ not a type
error[E0573]: expected type, found function `stat`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:920:69
|
920 | pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int;
| ^^^^ not a type
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:994:37
|
994 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:994:62
|
994 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1056:70
|
1056 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1061:73
|
1061 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1093:17
|
1093 | offset: off_t,
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0573]: expected type, found function `stat`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1113:49
|
1113 | pub fn lstat(path: *const c_char, buf: *mut stat) -> c_int;
| ^^^^ not a type
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1135:50
|
1135 | pub fn truncate(path: *const c_char, length: off_t) -> c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1136:41
|
1136 | pub fn ftruncate(fd: c_int, length: off_t) -> c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `clock_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1156:50
|
1156 | pub fn times(buf: *mut crate::tms) -> crate::clock_t;
| ^^^^^^^ help: a type alias with a similar name exists: `clockid_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:6:1
|
6 | pub type clockid_t = c_int;
| --------------------------- similarly named type alias `clockid_t` defined here
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1158:37
|
1158 | pub fn pthread_self() -> crate::pthread_t;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1159:37
|
1159 | pub fn pthread_equal(t1: crate::pthread_t, t2: crate::pthread_t) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1159:59
|
1159 | pub fn pthread_equal(t1: crate::pthread_t, t2: crate::pthread_t) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1164:40
|
1164 | pub fn pthread_join(native: crate::pthread_t, value: *mut *mut c_void) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1166:48
|
1166 | pub fn pthread_attr_init(attr: *mut crate::pthread_attr_t) -> c_int;
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1167:51
|
1167 | pub fn pthread_attr_destroy(attr: *mut crate::pthread_attr_t) -> c_int;
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1169:29
|
1169 | attr: *const crate::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1172:56
|
1172 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1174:58
|
1174 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1175:42
|
1175 | pub fn pthread_detach(thread: crate::pthread_t) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1332:36
|
1332 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1336:39
|
1336 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1344:35
|
1344 | pub fn mktime(tm: *mut tm) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1348:28
|
1348 | pub fn time(time: *mut time_t) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1348:39
|
1348 | pub fn time(time: *mut time_t) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1352:34
|
1352 | pub fn gmtime(time_p: *const time_t) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1356:37
|
1356 | pub fn localtime(time_p: *const time_t) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1360:28
|
1360 | pub fn difftime(time1: time_t, time0: time_t) -> c_double;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1360:43
|
1360 | pub fn difftime(time1: time_t, time0: time_t) -> c_double;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1364:42
|
1364 | pub fn timegm(tm: *mut crate::tm) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:7:1
|
7 | pub type timer_t = *mut c_void;
| ------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `sem_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1433:31
|
1433 | pub fn sem_wait(sem: *mut sem_t) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `sem_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1434:34
|
1434 | pub fn sem_trywait(sem: *mut sem_t) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `sem_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1435:31
|
1435 | pub fn sem_post(sem: *mut sem_t) -> c_int;
| ^^^^^ not found in this scope
error[E0573]: expected type, found function `statvfs`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1436:51
|
1436 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> c_int;
| ^^^^^^^ not a type
error[E0573]: expected type, found function `statvfs`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1437:42
|
1437 | pub fn fstatvfs(fd: c_int, buf: *mut statvfs) -> c_int;
| ^^^^^^^ not a type
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1440:34
|
1440 | pub fn sigemptyset(set: *mut sigset_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1442:32
|
1442 | pub fn sigaddset(set: *mut sigset_t, signum: c_int) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1444:33
|
1444 | pub fn sigfillset(set: *mut sigset_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1446:32
|
1446 | pub fn sigdelset(set: *mut sigset_t, signum: c_int) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1448:36
|
1448 | pub fn sigismember(set: *const sigset_t, signum: c_int) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1451:48
|
1451 | pub fn sigprocmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1451:71
|
1451 | pub fn sigprocmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1453:33
|
1453 | pub fn sigpending(set: *mut sigset_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1460:53
|
1460 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1461:48
|
1461 | pub fn ftello(stream: *mut crate::FILE) -> off_t;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `termios` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1467:47
|
1467 | pub fn cfgetispeed(termios: *const crate::termios) -> crate::speed_t;
| ^^^^^^^ help: a struct with a similar name exists: `termios2`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `termios2` defined here
error[E0412]: cannot find type `termios` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1468:47
|
1468 | pub fn cfgetospeed(termios: *const crate::termios) -> crate::speed_t;
| ^^^^^^^ help: a struct with a similar name exists: `termios2`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `termios2` defined here
error[E0412]: cannot find type `termios` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1469:45
|
1469 | pub fn cfsetispeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
| ^^^^^^^ help: a struct with a similar name exists: `termios2`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `termios2` defined here
error[E0412]: cannot find type `termios` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1470:45
|
1470 | pub fn cfsetospeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
| ^^^^^^^ help: a struct with a similar name exists: `termios2`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `termios2` defined here
error[E0412]: cannot find type `termios` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1471:54
|
1471 | pub fn tcgetattr(fd: c_int, termios: *mut crate::termios) -> c_int;
| ^^^^^^^ help: a struct with a similar name exists: `termios2`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `termios2` defined here
error[E0412]: cannot find type `termios` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1472:81
|
1472 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `termios2` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1501:46
|
1501 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `wchar_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1584:51
|
1584 | pub fn open_wmemstream(ptr: *mut *mut wchar_t, sizeloc: *mut size_t) -> *mut FILE;
| ^^^^^^^ not found in this scope
error[E0573]: expected type, found function `sigaction`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1670:57
|
1670 | pub fn sigaction(signum: c_int, act: *const sigaction, oldact: *mut sigaction)
| ^^^^^^^^^ not a type
error[E0573]: expected type, found function `sigaction`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1670:81
|
1670 | pub fn sigaction(signum: c_int, act: *const sigaction, oldact: *mut sigaction)
| ^^^^^^^^^ not a type
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1688:33
|
1688 | sigmask: *const sigset_t,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `termios` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1701:51
|
1701 | pub fn cfmakeraw(termios: *mut crate::termios);
| ^^^^^^^ help: a struct with a similar name exists: `termios2`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `termios2` defined here
error[E0412]: cannot find type `termios` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/mod.rs:1702:52
|
1702 | pub fn cfsetspeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
| ^^^^^^^ help: a struct with a similar name exists: `termios2`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `termios2` defined here
error[E0412]: cannot find type `msghdr` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:205:29
|
205 | pub msg_hdr: crate::msghdr,
| ^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0425]: cannot find value `O_CLOEXEC` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:4835:1
|
4835 | pub const IN_CLOEXEC: c_int = O_CLOEXEC;
| ---------------------------------------- similarly named constant `IN_CLOEXEC` defined here
error[E0412]: cannot find type `msghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1615:39
|
1615 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
| ^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1615:55
|
1615 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
| ^^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1616:62
|
1616 | if (*mhdr).msg_controllen as usize >= mem::size_of::<cmsghdr>() {
| ^^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1617:41
|
1617 | (*mhdr).msg_control as *mut cmsghdr
| ^^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1619:23
|
1619 | 0 as *mut cmsghdr
| ^^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1623:35
|
1623 | pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar {
| ^^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1628:66
|
1628 | (CMSG_ALIGN(length as usize) + CMSG_ALIGN(mem::size_of::<cmsghdr>())) as c_uint
| ^^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1632:35
|
1632 | CMSG_ALIGN(mem::size_of::<cmsghdr>()) as c_uint + length
| ^^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0412]: cannot find type `sem_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1747:34
|
1747 | pub fn sem_destroy(sem: *mut sem_t) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `sem_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1748:31
|
1748 | pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1759:46
|
1759 | pub fn pthread_getattr_np(native: crate::pthread_t, attr: *mut crate::pthread_attr_t) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1759:75
|
1759 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1761:29
|
1761 | attr: *const crate::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0573]: expected type, found function `statfs`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1768:50
|
1768 | pub fn statfs(path: *const c_char, buf: *mut statfs) -> c_int;
| ^^^^^^ not a type
error[E0573]: expected type, found function `statfs`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1769:41
|
1769 | pub fn fstatfs(fd: c_int, buf: *mut statfs) -> c_int;
| ^^^^^^ not a type
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1771:45
|
1771 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1771:57
|
1771 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:19:1
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `siginfo_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1805:28
|
1805 | infop: *mut crate::siginfo_t,
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `msghdr` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1855:50
|
1855 | pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t;
| ^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0412]: cannot find type `msghdr` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1856:48
|
1856 | pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t;
| ^^^^^^ help: a struct with a similar name exists: `mmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `mmsghdr` defined here
error[E0573]: expected type, found function `statfs64`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1887:51
|
1887 | pub fn fstatfs64(fd: c_int, buf: *mut statfs64) -> c_int;
| ^^^^^^^^ not a type
error[E0573]: expected type, found function `statvfs64`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1888:61
|
1888 | pub fn statvfs64(path: *const c_char, buf: *mut statvfs64) -> c_int;
| ^^^^^^^^^ not a type
error[E0573]: expected type, found function `statvfs64`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1889:52
|
1889 | pub fn fstatvfs64(fd: c_int, buf: *mut statvfs64) -> c_int;
| ^^^^^^^^^ not a type
error[E0573]: expected type, found function `statfs64`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1890:60
|
1890 | pub fn statfs64(path: *const c_char, buf: *mut statfs64) -> c_int;
| ^^^^^^^^ not a type
error[E0573]: expected type, found function `stat64`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1892:53
|
1892 | pub fn fstat64(fildes: c_int, buf: *mut stat64) -> c_int;
| ^^^^^^ not a type
error[E0573]: expected type, found function `stat64`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1896:27
|
1896 | buf: *mut stat64,
| ^^^^^^ not a type
error[E0573]: expected type, found function `stat64`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1901:59
|
1901 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> c_int;
| ^^^^^^ not a type
error[E0573]: expected type, found function `stat64`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1931:58
|
1931 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> c_int;
| ^^^^^^ not a type
error[E0412]: cannot find type `termios` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1967:31
|
1967 | termp: *const termios,
| ^^^^^^^ help: a struct with a similar name exists: `termios2`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `termios2` defined here
error[E0412]: cannot find type `termios` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/mod.rs:1975:31
|
1975 | termp: *const termios,
| ^^^^^^^ help: a struct with a similar name exists: `termios2`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `termios2` defined here
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:254:28
|
254 | pub tp_all: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:255:29
|
255 | pub tp_huge: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:256:31
|
256 | pub tp_failed: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:294:29
|
294 | pub seq_num: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:363:31
|
363 | pub codes_ptr: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:627:22
|
627 | __sd: crate::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:628:22
|
628 | __ss: crate::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `regoff_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:690:20
|
690 | pub rm_so: regoff_t,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `regoff_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:691:20
|
691 | pub rm_eo: regoff_t,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `regoff_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:690:20
|
690 | pub rm_so: regoff_t,
| ^^^^^^^^ not found in this scope
|
help: you might be missing a type parameter
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:26
|
118 | pub struct $i<regoff_t> { $($field)* }
| ++++++++++
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:748:41
|
748 | pub instruction_pointer: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:749:27
|
749 | pub args: [crate::__u64; 6],
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:759:24
|
759 | pub id: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:766:24
|
766 | pub id: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__s64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:767:25
|
767 | pub val: crate::__s64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:773:24
|
773 | pub id: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__s64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:799:28
|
799 | pub src_fd: crate::__s64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:800:32
|
800 | pub src_offset: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:801:32
|
801 | pub src_length: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:802:33
|
802 | pub dest_offset: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:830:27
|
830 | pub flags: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:831:26
|
831 | pub mode: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:832:29
|
832 | pub resolve: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__s64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:837:25
|
837 | pub sec: crate::__s64,
| ^^^^^ not found in the crate root
error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEXATTR_T` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1140:27
|
1140 | size: [u8; crate::__SIZEOF_PTHREAD_MUTEXATTR_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
2964 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCKATTR_T` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1157:27
|
1157 | size: [u8; crate::__SIZEOF_PTHREAD_RWLOCKATTR_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
2964 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
error[E0425]: cannot find value `__SIZEOF_PTHREAD_CONDATTR_T` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1163:27
|
1163 | size: [u8; crate::__SIZEOF_PTHREAD_CONDATTR_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
2964 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
error[E0425]: cannot find value `__SIZEOF_PTHREAD_BARRIERATTR_T` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1169:27
|
1169 | size: [u8; crate::__SIZEOF_PTHREAD_BARRIERATTR_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1178:19
|
1178 | pub mask: __u64,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `__u64` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1178:19
|
1178 | pub mask: __u64,
| ^^^^^ not found in this scope
|
help: you might be missing a type parameter
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:26
|
118 | pub struct $i<__u64> { $($field)* }
| +++++++
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1215:34
|
1215 | pub tx_timestamp: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1226:30
|
1226 | pub attr_set: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1227:30
|
1227 | pub attr_clr: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1228:33
|
1228 | pub propagation: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1229:31
|
1229 | pub userns_fd: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `ino_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1279:27
|
1279 | pub d_ino: crate::ino_t,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1280:20
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
1280 | 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
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1280:20
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
1280 | pub d_off: off_t,
| ^^^^^
|
help: a type alias with a similar name exists
|
1280 | pub d_off: loff_t,
| ~~~~~~
help: you might be missing a type parameter
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:26
|
169 | pub struct $i<off_t> { $($field)* }
| +++++++
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1400:33
|
1400 | pub sched_flags: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1403:35
|
1403 | pub sched_runtime: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1404:36
|
1404 | pub sched_deadline: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1405:34
|
1405 | pub sched_period: crate::__u64,
| ^^^^^ not found in the crate root
error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1497:27
|
1497 | size: [u8; crate::__SIZEOF_PTHREAD_MUTEX_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
2964 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1536:27
|
1536 | size: [u8; crate::__SIZEOF_PTHREAD_RWLOCK_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
2964 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
error[E0425]: cannot find value `__SIZEOF_PTHREAD_BARRIER_T` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1576:27
|
1576 | size: [u8; crate::__SIZEOF_PTHREAD_BARRIER_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
2964 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:1696:27
|
1696 | pub flags: crate::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `rlim_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:2519:34
|
2519 | pub const RLIM_SAVED_MAX: crate::rlim_t = RLIM_INFINITY;
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0412]: cannot find type `rlim_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:2520:34
|
2520 | pub const RLIM_SAVED_CUR: crate::rlim_t = RLIM_INFINITY;
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:2940:15
|
2940 | size: [0; __SIZEOF_PTHREAD_MUTEX_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
2964 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:2946:15
|
2946 | size: [0; __SIZEOF_PTHREAD_RWLOCK_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
2964 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
error[E0412]: cannot find type `sem_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3022:35
|
3022 | pub const SEM_FAILED: *mut crate::sem_t = 0 as *mut sem_t;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `sem_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3022:53
|
3022 | pub const SEM_FAILED: *mut crate::sem_t = 0 as *mut sem_t;
| ^^^^^ not found in this scope
error[E0425]: cannot find value `O_CLOEXEC` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3267:32
|
3267 | pub const TFD_CLOEXEC: c_int = O_CLOEXEC;
| ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC`
...
4835 | pub const IN_CLOEXEC: c_int = O_CLOEXEC;
| ---------------------------------------- similarly named constant `IN_CLOEXEC` defined here
error[E0425]: cannot find value `O_NONBLOCK` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3268:33
|
3268 | pub const TFD_NONBLOCK: c_int = O_NONBLOCK;
| ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK`
...
4836 | pub const IN_NONBLOCK: c_int = O_NONBLOCK;
| ------------------------------------------ similarly named constant `IN_NONBLOCK` defined here
error[E0425]: cannot find value `ENODATA` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3285:35
|
2541 | pub const EI_DATA: usize = 5;
| ----------------------------- similarly named constant `EI_DATA` defined here
...
3285 | 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
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3405:35
|
3405 | pub const RESOLVE_NO_XDEV: crate::__u64 = 0x01;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3406:41
|
3406 | pub const RESOLVE_NO_MAGICLINKS: crate::__u64 = 0x02;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3407:39
|
3407 | pub const RESOLVE_NO_SYMLINKS: crate::__u64 = 0x04;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3408:35
|
3408 | pub const RESOLVE_BENEATH: crate::__u64 = 0x08;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3409:35
|
3409 | pub const RESOLVE_IN_ROOT: crate::__u64 = 0x10;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:3410:34
|
3410 | pub const RESOLVE_CACHED: crate::__u64 = 0x20;
| ^^^^^ not found in the crate root
error[E0425]: cannot find value `O_CLOEXEC` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:4835:31
|
4835 | pub const IN_CLOEXEC: c_int = O_CLOEXEC;
| ^^^^^^^^^ not found in this scope
error[E0425]: cannot find value `O_NONBLOCK` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:4836:32
|
4836 | pub const IN_NONBLOCK: c_int = O_NONBLOCK;
| ^^^^^^^^^^ not found in this scope
error[E0425]: cannot find value `O_CLOEXEC` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:4840:39
|
4835 | pub const IN_CLOEXEC: c_int = O_CLOEXEC;
| ---------------------------------------- similarly named constant `IN_CLOEXEC` defined here
...
4840 | 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 `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5691:37
|
5691 | pub const MOUNT_ATTR_RDONLY: crate::__u64 = 0x00000001;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5692:37
|
5692 | pub const MOUNT_ATTR_NOSUID: crate::__u64 = 0x00000002;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5693:36
|
5693 | pub const MOUNT_ATTR_NODEV: crate::__u64 = 0x00000004;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5694:37
|
5694 | pub const MOUNT_ATTR_NOEXEC: crate::__u64 = 0x00000008;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5695:37
|
5695 | pub const MOUNT_ATTR__ATIME: crate::__u64 = 0x00000070;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5696:39
|
5696 | pub const MOUNT_ATTR_RELATIME: crate::__u64 = 0x00000000;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5697:38
|
5697 | pub const MOUNT_ATTR_NOATIME: crate::__u64 = 0x00000010;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5698:42
|
5698 | pub const MOUNT_ATTR_STRICTATIME: crate::__u64 = 0x00000020;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5699:41
|
5699 | pub const MOUNT_ATTR_NODIRATIME: crate::__u64 = 0x00000080;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5700:36
|
5700 | pub const MOUNT_ATTR_IDMAP: crate::__u64 = 0x00100000;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5701:42
|
5701 | pub const MOUNT_ATTR_NOSYMFOLLOW: crate::__u64 = 0x00200000;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `Ioctl` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5735:25
|
5735 | pub const EPIOCSPARAMS: Ioctl = 0x40088a01;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Ioctl` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5736:25
|
5736 | pub const EPIOCGPARAMS: Ioctl = 0x80088a02;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `msghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5823:37
|
5823 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr {
| ^^^^^^ help: a struct with a similar name exists: `nlmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `nlmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5823:58
|
5823 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr {
| ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `nlmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5823:75
|
5823 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr {
| ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `nlmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5824:52
|
5824 | if ((*cmsg).cmsg_len as usize) < size_of::<cmsghdr>() {
| ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `nlmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5825:30
|
5825 | return 0 as *mut cmsghdr;
| ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `nlmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5827:91
|
5827 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `nlmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5832:23
|
5832 | 0 as *mut cmsghdr
| ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `nlmsghdr` defined here
error[E0412]: cannot find type `cmsghdr` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:5834:26
|
5834 | next as *mut cmsghdr
| ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `nlmsghdr` defined here
error[E0412]: cannot find type `aiocb` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6022:42
|
6022 | pub fn aio_read(aiocbp: *mut aiocb) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `aiocb` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6023:43
|
6023 | pub fn aio_write(aiocbp: *mut aiocb) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `aiocb` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6024:54
|
6024 | pub fn aio_fsync(op: c_int, aiocbp: *mut aiocb) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `aiocb` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6025:45
|
6025 | pub fn aio_error(aiocbp: *const aiocb) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `aiocb` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6026:44
|
6026 | pub fn aio_return(aiocbp: *mut aiocb) -> ssize_t;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `aiocb` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6028:43
|
6028 | aiocb_list: *const *const aiocb,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `aiocb` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6032:55
|
6032 | pub fn aio_cancel(fd: c_int, aiocbp: *mut aiocb) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `aiocb` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6035:41
|
6035 | aiocb_list: *const *mut aiocb,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6050:25
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6050 | offset: off_t,
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6056:25
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6056 | 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
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6141:50
|
6141 | pub fn pthread_cancel(thread: crate::pthread_t) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `shmid_ds` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6197:62
|
6197 | pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int;
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `msqid_ds` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6202:55
|
6202 | pub fn msgctl(msqid: c_int, cmd: c_int, buf: *mut msqid_ds) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6216:54
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6216 | 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
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6216:66
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6216 | 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
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6217:47
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6217 | 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
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6217:59
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6217 | 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
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6264:52
|
6264 | pub fn signalfd(fd: c_int, mask: *const crate::sigset_t, flags: c_int) -> c_int;
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6279:32
|
6279 | sigmask: *const crate::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6283:21
|
6283 | set: *const sigset_t,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `siginfo_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6284:20
|
6284 | info: *mut siginfo_t,
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6287:36
|
6287 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `siginfo_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6287:57
|
6287 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> c_int;
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6296:24
|
6296 | thread: crate::pthread_t,
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6301:24
|
6301 | thread: crate::pthread_t,
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6305:48
|
6305 | pub fn pthread_setschedprio(native: crate::pthread_t, priority: c_int) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6384:24
|
6384 | native: crate::pthread_t,
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sem_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6406:36
|
6406 | pub fn sem_timedwait(sem: *mut sem_t, abstime: *const crate::timespec) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `sem_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6407:35
|
6407 | pub fn sem_getvalue(sem: *mut sem_t, sval: *mut c_int) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6427:25
|
6427 | sigmask: *const sigset_t,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6476:29
|
6476 | attr: *const crate::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6479:56
|
6479 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6481:29
|
6481 | attr: *const crate::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6485:27
|
6485 | attr: *mut crate::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6489:29
|
6489 | attr: *const crate::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6492:58
|
6492 | 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`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6494:29
|
6494 | attr: *const crate::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6498:27
|
6498 | attr: *mut crate::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0573]: expected type, found function `crate::sysinfo`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6507:31
|
6507 | pub fn sysinfo(info: *mut crate::sysinfo) -> c_int;
| ^^^^^^^^^^^^^^ not a type
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6510:24
|
6510 | native: crate::pthread_t,
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `off_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6520:63
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6520 | 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
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6521:43
|
6521 | pub fn sigsuspend(mask: *const crate::sigset_t) -> c_int;
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `stack_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6529:35
|
6529 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> c_int;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `stack_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6529:54
|
6529 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> c_int;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `sem_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6530:32
|
6530 | pub fn sem_close(sem: *mut sem_t) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6540:52
|
6540 | pub fn pthread_sigmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6540:75
|
6540 | pub fn pthread_sigmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sem_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6541:69
|
6541 | pub fn sem_open(name: *const c_char, oflag: c_int, ...) -> *mut sem_t;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6543:40
|
6543 | pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6560:32
|
6560 | pub fn sigwait(set: *const sigset_t, sig: *mut c_int) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6580:29
|
6580 | native: *mut crate::pthread_t,
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6581:29
|
6581 | attr: *const crate::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:169:13
|
169 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `sigset_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6622:30
|
6622 | default: *mut crate::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6626:32
|
6626 | default: *const crate::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6630:30
|
6630 | default: *mut crate::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6634:32
|
6634 | default: *const crate::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `regex_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6687:38
|
6687 | pub fn regcomp(preg: *mut crate::regex_t, pattern: *const c_char, cflags: c_int) -> c_int;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `regex_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6690:29
|
6690 | preg: *const crate::regex_t,
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `regex_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6699:29
|
6699 | preg: *const crate::regex_t,
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `regex_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6704:38
|
6704 | pub fn regfree(preg: *mut crate::regex_t);
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6735:49
|
6735 | pub fn pthread_getcpuclockid(thread: crate::pthread_t, clk_id: *mut crate::clockid_t) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6744:46
|
6744 | pub fn pthread_getname_np(thread: crate::pthread_t, name: *mut c_char, len: size_t) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6745:46
|
6745 | pub fn pthread_setname_np(thread: crate::pthread_t, name: *const c_char) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `Ioctl` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6767:38
|
6767 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `rlim_t` in the crate root
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/arch/generic/mod.rs:379:33
|
379 | pub const RLIM_INFINITY: crate::rlim_t = !0;
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
Some 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 265 previous errors