refactor: I/O safety for sys/stat.rs#2439
Conversation
|
What is the intended migration for when I am currently calling |
|
Before this PR,
Since the kernel will ignore this argument, it doesn't matter what it is, so technically, you can use anything. But, AT_FDCWD is what you want if you want do a 1:1 migration. |
What does this PR do
Add I/O safety to module
sys/stat.Checklist:
CONTRIBUTING.md