Function libc::accept4 [] [src]

pub unsafe extern "C" fn accept4(
    fd: c_int,
    addr: *mut sockaddr,
    len: *mut socklen_t,
    flg: c_int
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io