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
pub fn close(fd: u32) -> Result<(), SyscallError>Close a file descriptor.
Removes the fd from the table. If this was the last Arc