Function shell_rs::core::fs::same_file_fd[][src]

pub fn same_file_fd(fd1: i32, fd2: i32) -> Result<bool, Error>
Expand description

Check whether two file descriptors refere to same file in filesystem.