Skip to content

Regression: missing accept4(2) in 0.2.87 for arm-linux-androideabi target #2101

Description

@Thomasdezeeuw

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.
fn main() {
    unsafe { libc::accept4(0, std::ptr::null_mut(), std::ptr::null_mut(), 0) };
}

Related: tokio-rs/mio#1467.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions