These are also available in the docker images at https://hub.docker.com/u/devkitpro/
- Added clock functions and enabled std::chrono support.
- Added hook for nanosleep, implementing usleep & sleep from there.
- enabled std::filesystem support.
- Implement aligned_alloc.
- Implement scandir.
With thanks to exjam for patches and inspiration.