Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
2500 commits behind the upstream repository.
Dan Robertson's avatar
Dan Robertson authored
Don't use syscalls that are non-existent on Aarch64 linux boxes. The
FORK and RMDIR syscalls are no longer present and the CLONE and UNLINKAT
syscalls are used instead.
f83ff041
History

relibc build

relibc is a portable POSIX C standard library written in Rust. It is under heavy development, and currently supports Redox and Linux.