about summary refs log tree commit diff
path: root/library/std/src/os/horizon
AgeCommit message (Collapse)AuthorLines
2024-07-21Fix warnings when checking armv6k-nintendo-3dsIan Chamberlain-0/+2
Also fix one instance of unsafe_op_in_unsafe_fn that's specific to horizon + vita - most others should be common with other code.
2022-06-13Update libc::stat field namesIan Chamberlain-6/+6
See https://github.com/Meziu/rust-horizon/pull/14
2022-06-13Horizon OS STD supportMeziu-0/+171
Co-authored-by: Ian Chamberlain <ian.h.chamberlain@gmail.com> Co-authored-by: Mark Drobnak <mark.drobnak@gmail.com>