-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
rror[E0425]: cannot find value `POLLRDHUP` in crate `libc`
--> /home/yuri/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipc-channel-0.18.0/src/platform/unix/mod.rs:1162:67
|
1162 | let events = libc::POLLIN | libc::POLLPRI | libc::POLLRDHUP;
| ^^^^^^^^^ help: a constant with a similar name exists: `POLLHUP`
|
::: /home/yuri/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/unix/bsd/mod.rs:477:1
|
477 | pub const POLLHUP: ::c_short = 0x10;
| ---------------------------- similarly named constant `POLLHUP` defined here
error[E0308]: mismatched types
--> /home/yuri/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipc-channel-0.18.0/src/platform/unix/mod.rs:1170:21
|
1168 | let result = libc::poll(
| ---------- arguments to this function are incorrect
1169 | fd.as_mut_ptr(),
1170 | fd.len() as libc::c_ulong,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u32`, found `u64`
Version: 0.18.0
FreeBSD 14.0
ARPABoy and 180watt
Metadata
Metadata
Assignees
Labels
No labels