Skip to main content

fstat_raw

Function fstat_raw 

Source
pub unsafe fn fstat_raw(fd: c_uint, statbuf: *mut stat) -> Result<(), Errno>
Expand description

ยงSafety

statbuf must be safe for the kernel to write to.