mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
253f64c9c6
fs: Use readdir() instead of readdir_r() on Linux and Android See #40021 for more details. Fixes #86649. Fixes #34668.