Function socket2::sys::fcntl_add

source ยท
fn fcntl_add(
    fd: c_int,
    get_cmd: c_int,
    set_cmd: c_int,
    flag: c_int,
) -> Result<()>
Expand description

Add flag to the current set flags of F_GETFD.