Files
rust/library
joboet dd4f616423 std: deduplicate errno accesses
By marking `__errno_location` as `#[ffi_const]` and `std::sys::os::errno` as `#[inline]`, this PR allows merging multiple calls to `io::Error::last_os_error()` into one.
2025-03-28 19:32:36 +01:00
..
2025-03-07 19:11:13 +00:00
2025-02-13 14:32:50 -08:00
2025-03-26 14:32:35 -04:00
2025-03-10 21:23:31 +08:00
2025-03-28 19:32:36 +01:00
2025-03-06 11:11:55 -08:00
2025-03-11 09:46:34 -07:00
2025-03-24 00:29:21 +00:00