axlibc

Function ax_fcntl

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn ax_fcntl(
    fd: c_int,
    cmd: c_int,
    arg: usize,
) -> c_int
Available on crate feature fd only.
Expand description

Manipulate file descriptor.

TODO: SET/GET command is ignored