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
This was when we migrated away from newlib for Rust userspace and directly called into the kernel instead. So I'd say, anything #[cfg(all(target_os = "hermit", unix))] is safe to remove.
As verified with
hermit
had"target-family": "unix"
removed between versions 1.39.0 and 1.40.0 ofrustc
, or betweennightly-2019-10-26
andnightly-2019-10-27
.This may well not be a bug in
libc
but I would like to know how to access the types defined insrc/unix/hermit/
when using a recent version ofrustc
.(@stlankes made relevant changes to
libc
andrustc
and might be able to help.)The text was updated successfully, but these errors were encountered: