#[no_mangle]
pub unsafe extern "C" fn ax_fstat(fd: c_int, buf: *mut stat) -> isize
Available on crate features
alloc
and cbindings
only.Expand description
Get file metadata by fd
and write into buf
.
Return 0 if success.