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
That said, redox_syscall is no longer meant to be used anywhere except for low-level userspace components like relibc and drivers, as Redox doesn't guarantee a stable syscall ABI. Instead, the libredox crate is recommended
We don't actually use it for low-level syscalls, just to get the ENOSYS constant for errors. But it looks like I can just get that from rustix (through libc) so I'll drop the dep.
This is from the private Redox OS/Dev Matrix room.
The text was updated successfully, but these errors were encountered: