🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔
Build date: 2025-07-06T16:26:14.946Z
Build duration: 24.838s
Builder does-it-build commit: 5a6180f8
Compiling compiler_builtins v0.1.138
Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-12-19-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-19-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-19-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-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Compiling libc v0.2.168
error[E0432]: unresolved imports `crate::c_char`, `crate::c_long`, `crate::c_ulong`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/src/unix/mod.rs:65:21
|
65 | pub actime: time_t,
| ^^^^^^
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.168/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.168/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.168/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.168/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.168/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.168/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.168/src/unix/mod.rs:70:21
|
70 | pub tv_sec: time_t,
| ^^^^^^
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.168/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.168/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.168/src/unix/mod.rs:71:22
|
71 | pub tv_usec: suseconds_t,
| ^^^^^^^^^^^
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.168/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.168/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.168/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.168/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.168/src/unix/mod.rs:77:21
|
77 | pub tv_sec: time_t,
| ^^^^^^
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.168/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.168/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.168/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.168/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.168/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.168/src/unix/mod.rs:85:23
|
85 | pub rlim_cur: rlim_t,
| ^^^^^^
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/src/unix/mod.rs:824:43
|
824 | 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.168/src/unix/mod.rs:837:48
|
837 | 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.168/src/unix/mod.rs:921:69
|
921 | 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.168/src/unix/mod.rs:995:37
|
995 | 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.168/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.168/src/unix/mod.rs:995:62
|
995 | 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.168/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.168/src/unix/mod.rs:1057:70
|
1057 | 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.168/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.168/src/unix/mod.rs:1062:73
|
1062 | 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.168/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.168/src/unix/mod.rs:1094:17
|
1094 | 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.168/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.168/src/unix/mod.rs:1114:49
|
1114 | 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.168/src/unix/mod.rs:1136:50
|
1136 | 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.168/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.168/src/unix/mod.rs:1137:41
|
1137 | 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.168/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.168/src/unix/mod.rs:1157:50
|
1157 | 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.168/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.168/src/unix/mod.rs:1159:37
|
1159 | 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.168/src/unix/mod.rs:1160:37
|
1160 | 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.168/src/unix/mod.rs:1160:59
|
1160 | 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.168/src/unix/mod.rs:1165:40
|
1165 | 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.168/src/unix/mod.rs:1167:48
|
1167 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/mod.rs:1168:51
|
1168 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/mod.rs:1170:29
|
1170 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/mod.rs:1173:56
|
1173 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/mod.rs:1175:58
|
1175 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/mod.rs:1176:42
|
1176 | 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.168/src/unix/mod.rs:1333:36
|
1333 | 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.168/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.168/src/unix/mod.rs:1337:39
|
1337 | 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.168/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.168/src/unix/mod.rs:1345:35
|
1345 | 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.168/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.168/src/unix/mod.rs:1349:28
|
1349 | 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.168/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.168/src/unix/mod.rs:1349:39
|
1349 | 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.168/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.168/src/unix/mod.rs:1353:34
|
1353 | 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.168/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.168/src/unix/mod.rs:1357:37
|
1357 | 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.168/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.168/src/unix/mod.rs:1361:28
|
1361 | 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.168/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.168/src/unix/mod.rs:1361:43
|
1361 | 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.168/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.168/src/unix/mod.rs:1365:42
|
1365 | 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.168/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.168/src/unix/mod.rs:1434:31
|
1434 | 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.168/src/unix/mod.rs:1435:34
|
1435 | 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.168/src/unix/mod.rs:1436:31
|
1436 | 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.168/src/unix/mod.rs:1437:51
|
1437 | 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.168/src/unix/mod.rs:1438:42
|
1438 | 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.168/src/unix/mod.rs:1441:34
|
1441 | 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.168/src/unix/mod.rs:1443:32
|
1443 | 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.168/src/unix/mod.rs:1445:33
|
1445 | 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.168/src/unix/mod.rs:1447:32
|
1447 | 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.168/src/unix/mod.rs:1449:36
|
1449 | 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.168/src/unix/mod.rs:1452:48
|
1452 | 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.168/src/unix/mod.rs:1452:71
|
1452 | 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.168/src/unix/mod.rs:1454:33
|
1454 | 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.168/src/unix/mod.rs:1461:53
|
1461 | 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.168/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.168/src/unix/mod.rs:1462:48
|
1462 | 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.168/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.168/src/unix/mod.rs:1468:47
|
1468 | 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.168/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.168/src/unix/mod.rs:1469:47
|
1469 | 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.168/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.168/src/unix/mod.rs:1470:45
|
1470 | 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.168/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.168/src/unix/mod.rs:1471:45
|
1471 | 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.168/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.168/src/unix/mod.rs:1472:54
|
1472 | 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.168/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.168/src/unix/mod.rs:1473:81
|
1473 | 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.168/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.168/src/unix/mod.rs:1502:46
|
1502 | 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.168/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.168/src/unix/mod.rs:1585:51
|
1585 | 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.168/src/unix/mod.rs:1671:57
|
1671 | 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.168/src/unix/mod.rs:1671:81
|
1671 | 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.168/src/unix/mod.rs:1689:33
|
1689 | 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.168/src/unix/mod.rs:1702:51
|
1702 | 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.168/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.168/src/unix/mod.rs:1703:52
|
1703 | 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.168/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.168/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.168/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.168/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.168/src/unix/linux_like/linux/mod.rs:4777:1
|
4777 | 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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/src/macros.rs:176:13
|
176 | 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.168/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.168/src/macros.rs:176:13
|
176 | 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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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`
...
2905 | 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.168/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`
...
2905 | 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.168/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`
...
2905 | 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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/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.168/src/macros.rs:176:26
|
176 | 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.168/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.168/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.168/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.168/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.168/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`
...
2905 | 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.168/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`
...
2905 | 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.168/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`
...
2905 | 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.168/src/unix/linux_like/linux/mod.rs:1694:27
|
1694 | 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.168/src/unix/linux_like/linux/mod.rs:2455:34
|
2455 | 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.168/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.168/src/unix/linux_like/linux/mod.rs:2456:34
|
2456 | 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.168/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.168/src/unix/linux_like/linux/mod.rs:2881:15
|
2881 | size: [0; __SIZEOF_PTHREAD_MUTEX_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
2905 | 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.168/src/unix/linux_like/linux/mod.rs:2887:15
|
2887 | size: [0; __SIZEOF_PTHREAD_RWLOCK_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
2905 | 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.168/src/unix/linux_like/linux/mod.rs:2963:35
|
2963 | 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.168/src/unix/linux_like/linux/mod.rs:2963:53
|
2963 | 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.168/src/unix/linux_like/linux/mod.rs:3208:32
|
3208 | pub const TFD_CLOEXEC: c_int = O_CLOEXEC;
| ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC`
...
4777 | 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.168/src/unix/linux_like/linux/mod.rs:3209:33
|
3209 | pub const TFD_NONBLOCK: c_int = O_NONBLOCK;
| ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK`
...
4778 | 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.168/src/unix/linux_like/linux/mod.rs:3226:35
|
2477 | pub const EI_DATA: usize = 5;
| ----------------------------- similarly named constant `EI_DATA` defined here
...
3226 | 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.168/src/unix/linux_like/linux/mod.rs:3346:35
|
3346 | 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.168/src/unix/linux_like/linux/mod.rs:3347:41
|
3347 | 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.168/src/unix/linux_like/linux/mod.rs:3348:39
|
3348 | 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.168/src/unix/linux_like/linux/mod.rs:3349:35
|
3349 | 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.168/src/unix/linux_like/linux/mod.rs:3350:35
|
3350 | 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.168/src/unix/linux_like/linux/mod.rs:3351:34
|
3351 | 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.168/src/unix/linux_like/linux/mod.rs:4777:31
|
4777 | 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.168/src/unix/linux_like/linux/mod.rs:4778:32
|
4778 | 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.168/src/unix/linux_like/linux/mod.rs:4782:39
|
4777 | pub const IN_CLOEXEC: c_int = O_CLOEXEC;
| ---------------------------------------- similarly named constant `IN_CLOEXEC` defined here
...
4782 | 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.168/src/unix/linux_like/linux/mod.rs:5677:37
|
5677 | 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.168/src/unix/linux_like/linux/mod.rs:5678:37
|
5678 | 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.168/src/unix/linux_like/linux/mod.rs:5679:36
|
5679 | 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.168/src/unix/linux_like/linux/mod.rs:5680:37
|
5680 | 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.168/src/unix/linux_like/linux/mod.rs:5681:37
|
5681 | 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.168/src/unix/linux_like/linux/mod.rs:5682:39
|
5682 | 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.168/src/unix/linux_like/linux/mod.rs:5683:38
|
5683 | 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.168/src/unix/linux_like/linux/mod.rs:5684:42
|
5684 | 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.168/src/unix/linux_like/linux/mod.rs:5685:41
|
5685 | 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.168/src/unix/linux_like/linux/mod.rs:5686:36
|
5686 | 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.168/src/unix/linux_like/linux/mod.rs:5687:42
|
5687 | 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.168/src/unix/linux_like/linux/mod.rs:5721:25
|
5721 | 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.168/src/unix/linux_like/linux/mod.rs:5722:25
|
5722 | 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.168/src/unix/linux_like/linux/mod.rs:5809:37
|
5809 | 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.168/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.168/src/unix/linux_like/linux/mod.rs:5809:58
|
5809 | 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.168/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.168/src/unix/linux_like/linux/mod.rs:5809:75
|
5809 | 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.168/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.168/src/unix/linux_like/linux/mod.rs:5810:52
|
5810 | 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.168/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.168/src/unix/linux_like/linux/mod.rs:5811:30
|
5811 | 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.168/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.168/src/unix/linux_like/linux/mod.rs:5813:91
|
5813 | 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.168/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.168/src/unix/linux_like/linux/mod.rs:5818:23
|
5818 | 0 as *mut cmsghdr
| ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.168/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.168/src/unix/linux_like/linux/mod.rs:5820:26
|
5820 | next as *mut cmsghdr
| ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr`
|
::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.168/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.168/src/unix/linux_like/linux/mod.rs:6008:42
|
6008 | 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.168/src/unix/linux_like/linux/mod.rs:6009:43
|
6009 | 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.168/src/unix/linux_like/linux/mod.rs:6010:54
|
6010 | 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.168/src/unix/linux_like/linux/mod.rs:6011:45
|
6011 | 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.168/src/unix/linux_like/linux/mod.rs:6012:44
|
6012 | 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.168/src/unix/linux_like/linux/mod.rs:6014:43
|
6014 | 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.168/src/unix/linux_like/linux/mod.rs:6018:55
|
6018 | 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.168/src/unix/linux_like/linux/mod.rs:6021:41
|
6021 | 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.168/src/unix/linux_like/linux/mod.rs:6036:25
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6036 | 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.168/src/unix/linux_like/linux/mod.rs:6042:25
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6042 | 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.168/src/unix/linux_like/linux/mod.rs:6127:50
|
6127 | 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.168/src/unix/linux_like/linux/mod.rs:6183:62
|
6183 | 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.168/src/unix/linux_like/linux/mod.rs:6188:55
|
6188 | 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.168/src/unix/linux_like/linux/mod.rs:6202:54
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6202 | 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.168/src/unix/linux_like/linux/mod.rs:6202:66
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6202 | 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.168/src/unix/linux_like/linux/mod.rs:6203:47
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6203 | 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.168/src/unix/linux_like/linux/mod.rs:6203:59
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6203 | 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.168/src/unix/linux_like/linux/mod.rs:6250:52
|
6250 | 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.168/src/unix/linux_like/linux/mod.rs:6265:32
|
6265 | 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.168/src/unix/linux_like/linux/mod.rs:6269:21
|
6269 | 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.168/src/unix/linux_like/linux/mod.rs:6270:20
|
6270 | 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.168/src/unix/linux_like/linux/mod.rs:6273:36
|
6273 | 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.168/src/unix/linux_like/linux/mod.rs:6273:57
|
6273 | 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.168/src/unix/linux_like/linux/mod.rs:6282:24
|
6282 | 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.168/src/unix/linux_like/linux/mod.rs:6287:24
|
6287 | 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.168/src/unix/linux_like/linux/mod.rs:6291:48
|
6291 | 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.168/src/unix/linux_like/linux/mod.rs:6370:24
|
6370 | 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.168/src/unix/linux_like/linux/mod.rs:6392:36
|
6392 | 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.168/src/unix/linux_like/linux/mod.rs:6393:35
|
6393 | 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.168/src/unix/linux_like/linux/mod.rs:6413:25
|
6413 | 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.168/src/unix/linux_like/linux/mod.rs:6462:29
|
6462 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/linux_like/linux/mod.rs:6465:56
|
6465 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/linux_like/linux/mod.rs:6467:29
|
6467 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/linux_like/linux/mod.rs:6471:27
|
6471 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/linux_like/linux/mod.rs:6475:29
|
6475 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/linux_like/linux/mod.rs:6478:58
|
6478 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/linux_like/linux/mod.rs:6480:29
|
6480 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/linux_like/linux/mod.rs:6484:27
|
6484 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/linux_like/linux/mod.rs:6493:31
|
6493 | 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.168/src/unix/linux_like/linux/mod.rs:6496:24
|
6496 | 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.168/src/unix/linux_like/linux/mod.rs:6506:63
|
19 | pub type loff_t = c_longlong;
| ----------------------------- similarly named type alias `loff_t` defined here
...
6506 | 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.168/src/unix/linux_like/linux/mod.rs:6507:43
|
6507 | 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.168/src/unix/linux_like/linux/mod.rs:6515:35
|
6515 | 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.168/src/unix/linux_like/linux/mod.rs:6515:54
|
6515 | 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.168/src/unix/linux_like/linux/mod.rs:6516:32
|
6516 | 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.168/src/unix/linux_like/linux/mod.rs:6526:52
|
6526 | 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.168/src/unix/linux_like/linux/mod.rs:6526:75
|
6526 | 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.168/src/unix/linux_like/linux/mod.rs:6527:69
|
6527 | 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.168/src/unix/linux_like/linux/mod.rs:6529:40
|
6529 | 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.168/src/unix/linux_like/linux/mod.rs:6546:32
|
6546 | 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.168/src/unix/linux_like/linux/mod.rs:6566:29
|
6566 | 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.168/src/unix/linux_like/linux/mod.rs:6567:29
|
6567 | 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.168/src/macros.rs:176:13
|
176 | 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.168/src/unix/linux_like/linux/mod.rs:6608:30
|
6608 | 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.168/src/unix/linux_like/linux/mod.rs:6612:32
|
6612 | 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.168/src/unix/linux_like/linux/mod.rs:6616:30
|
6616 | 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.168/src/unix/linux_like/linux/mod.rs:6620:32
|
6620 | 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.168/src/unix/linux_like/linux/mod.rs:6673:38
|
6673 | 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.168/src/unix/linux_like/linux/mod.rs:6676:29
|
6676 | 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.168/src/unix/linux_like/linux/mod.rs:6685:29
|
6685 | 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.168/src/unix/linux_like/linux/mod.rs:6690:38
|
6690 | 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.168/src/unix/linux_like/linux/mod.rs:6721:49
|
6721 | 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.168/src/unix/linux_like/linux/mod.rs:6730:46
|
6730 | 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.168/src/unix/linux_like/linux/mod.rs:6731:46
|
6731 | 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.168/src/unix/linux_like/linux/mod.rs:6753:38
|
6753 | 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.168/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.168/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