Function cloudabi::file_stat_fget [] [src]

pub unsafe fn file_stat_fget(fd_: fd, buf_: *mut filestat) -> errno

Gets attributes of a file by file descriptor.

Parameters

fd: The file descriptor whose attributes have to be obtained.

buf: The buffer where the file's attributes are stored.