Skip to content

Conversation

jackpot51
Copy link
Contributor

This implements a minimal liblibc for Redox. Previously, this was talked about here: https://internals.rust-lang.org/t/redox-support-in-liblibc-and-libstd/3954

Merging this would allow Redox to port more Rust software, and will also allow libstd to be ported to Redox.

Changes to src/lib.rs are minimal, and the src/redox.rs file is also minimal but may be expanded in the future.

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@jackpot51
Copy link
Contributor Author

This is in preperation for a much larger change in Rust's libstd, which can be seen in progress here: rust-lang/rust@master...redox-os:redox

@jackpot51
Copy link
Contributor Author

@alexcrichton How does this look?

@alexcrichton alexcrichton merged commit 9195462 into rust-lang:master Nov 9, 2016
@jackpot51
Copy link
Contributor Author

@alexcrichton Can a new cargo version be published?

@jackpot51 jackpot51 deleted the redox branch November 9, 2016 17:17
danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants