You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: