mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
0e0c8aef87
POSIX says: > If successful, the readdir_r() function shall return zero; otherwise, > an error number shall be returned to indicate the error. But we were previously using errno instead of the return value. This led to issue #86649.