tokio-uds icon indicating copy to clipboard operation
tokio-uds copied to clipboard

unresolved import `libc::ucred` when compiling for musl

Open golddranks opened this issue 8 years ago • 2 comments

The row 25 of ucred.rs: use libc::ucred; fails to compile.

golddranks avatar Oct 06 '17 06:10 golddranks

A workaround: setting tokio-uds = "=0.1.5" in Cargo.toml.

golddranks avatar Oct 06 '17 06:10 golddranks

PRs are of course welcome to help get this compiling!

alexcrichton avatar Oct 06 '17 17:10 alexcrichton