Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information