Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrects signedness of c_char for Linux musl Aarch64 & ppc64. #363

Merged
merged 1 commit into from
Aug 22, 2016
Merged

Corrects signedness of c_char for Linux musl Aarch64 & ppc64. #363

merged 1 commit into from
Aug 22, 2016

Conversation

GuillaumeLestringant
Copy link
Contributor

Correction for issue #362 (and the same problem for PowerPC64 architecture).

@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.

@alexcrichton
Copy link
Member

Thanks!

@alexcrichton alexcrichton merged commit b117b26 into rust-lang:master Aug 22, 2016
Susurrus pushed a commit to Susurrus/libc that referenced this pull request Mar 26, 2017
Use git master as libc version

As mentioned by @fiveop in rust-lang#363,

> We should use the Github version of libc for development and a fixed version for releases.

So this changes the required libc version to GitHub's master.

The dependency is supposed to be manually changed to a fixed version when doing a release, out of the GitHub repository (i.e. nix's master always tracks libc's master).
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