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
Although does not yet apply to existing architectures expect arm64 support at some point. So wrap calls in conditionals, and also have a "no legacy" override for testing.
The text was updated successfully, but these errors were encountered:
On newer architectures, many syscalls are now officially legacy, eg mkdir is not a syscall, have to use mkdirat.
See http://www.openwall.com/lists/musl/2014/05/25/1 for Musl response.
Although does not yet apply to existing architectures expect arm64 support at some point. So wrap calls in conditionals, and also have a "no legacy" override for testing.
The text was updated successfully, but these errors were encountered: