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
Auto merge of #3250 - andrewdavidmackenzie:main, r=JohnTitor
Add ucred struct and field type aliases for redox
This PR is redox-os specific and adds the ucred struct and type aliases for its fields into the unix/redox/mod.rs file.
This will enable a number of packages (e.g. Tokio) to compile for redox-os using the existing code for linux and other unix-lioke target_os. If this is merged, then follow-up PRs will be made to Tokio and other crates to add "redox" to the list of target_os that said code is enabled for, without adding code to Tokio.
Then tokio as-is will build on redox, and no fork or patch will need to be maintained by the redox team.
- \[X] `cd libc-test && cargo test` --> Tests pass
0 commit comments