pub unsafe fn file_stat_fget(fd_: fd, buf_: *mut filestat) -> errnoExpand description
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.