Skip to main content

close

Function close 

Source
pub fn close(fd: u32) -> Result<(), SyscallError>
Expand description

Close a file descriptor.

Removes the fd from the table. If this was the last Arc reference (no dup’d / fork’d copies remain) the Drop impl will call scheme.close().