mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
da6880427a
Change the code to either `EACCES` (if the op is performed on the path), or `EBADF` (if the op is performed the fd) Updated ops: `stat`, `opendir`, `ftruncate64`, and `readlink` Add a new test for fs ops in isolation.