Hi,
I noticed in our CI that the new release, 3.5.0, fails on Redox with the following error:
Compiling ctrlc v3.5.0
error[E0425]: cannot find function `sem_init` in crate `nix::libc`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctrlc-3.5.0/src/platform/unix/mod.rs:19:20
|
19 | nix::libc::sem_init(&mut SEMAPHORE as *mut _, SEM_THREAD_SHARED, 0);
| ^^^^^^^^ help: a function with a similar name exists: `res_init`