You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing accept4(2) in arm-linux-androideabi target in libc 0.2.87.
To reproduce:
[package]
name = "test"version = "0.1.0"authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
edition = "2018"
[dependencies]
libc = "=0.2.86"# Change to to .87 to fail.
Missing accept4(2) in
arm-linux-androideabi
target in libc 0.2.87.To reproduce:
Related: tokio-rs/mio#1467.
The text was updated successfully, but these errors were encountered: