#[no_mangle]
pub unsafe extern "C" fn ax_fcntl(
fd: c_int,
cmd: c_int,
arg: usize
) -> c_int
Available on crate features
alloc
and cbindings
only.Expand description
Fcntl implementation
TODO: SET/GET
command is ignored