Files
rust/library/std/src/sys
Tavian Barnes 0e0c8aef87 Use the return value of readdir_r() instead of errno
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.
2021-08-31 14:11:42 -04:00
..
2021-08-13 07:43:05 +02:00
2021-05-03 16:56:22 +02:00