In effect, these just casted `&mut stat64` to `*mut stat64`, twice. That's harmless, but it masked a problem when this was copied to new code calling `fstatat`, which takes a pointer to `struct stat`. That will be fixed by #51785, but let's remove the unnecessary casts here too. |
||
|---|---|---|
| .. | ||
| cloudabi | ||
| redox | ||
| unix | ||
| wasm | ||
| windows | ||
| mod.rs | ||