tokio-rs / tokio-uds

Unix Domain Sockets for tokio
Apache License 2.0
52 stars 25 forks source link

Doesn't build on android target #18

Closed azdlowry closed 6 years ago

azdlowry commented 7 years ago

error[E0425]: cannot find function get_peer_cred in module ucred --> /home/andy/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-uds-0.1.6/src/lib.rs:288:16 | 288 | ucred::get_peer_cred(self) | ^^^^^^^^^^^^^ not found in ucred

error: aborting due to previous error

carllerche commented 6 years ago

This should be resolved by #28.