Skip to main content

SYS_FSTAT

Constant SYS_FSTAT 

Source
pub const SYS_FSTAT: usize = 408; // 408usize
Expand description

Get file status information by file descriptor.

  • fd: file descriptor
  • stat_ptr: pointer to a FileStat struct to receive the result

Returns 0 on success.