Glibc, the de facto libc implementation in Linux, tends to use non-trivial Linux-specific features (/proc) and it makes harder to support applications built with glibc. This issue aims to implement missing features needed to run the glibc-based hello world program.
Glibc, the de facto libc implementation in Linux, tends to use non-trivial Linux-specific features (
/proc) and it makes harder to support applications built with glibc. This issue aims to implement missing features needed to run the glibc-based hello world program.