Files
rust/library
Guillaume Gomez 7ade8cceb6 Rollup merge of #157002 - willnode:redox-nproc, r=bjorn3
std: Fix thread::available_parallelism on Redox targets

This brings support to `thread::available_parallelism` on Redox targets via `sysconf`. It has been available since `libc 0.2.177` and tested for months.

References:
- [libc implementation](https://github.com/rust-lang/libc/pull/4728)
- [downstream patch](https://gitlab.redox-os.org/redox-os/rust/-/merge_requests/27)
2026-05-27 20:45:16 +02:00
..
2026-01-26 10:57:35 +00:00
2026-05-26 04:43:06 +00:00