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

libc: Fix backcompat with crates.io version #27762

Merged
merged 1 commit into from
Aug 13, 2015

Conversation

alexcrichton
Copy link
Member

The corrected signature of ioctl broke some crates on crates.io, and it's not
currently worth the major version bump of libc, so for now keep the old
signature around for crates.io builds only with a comment to remove it at a
future date.

This should allow libc on crates.io to update to the master version in-tree.
I've verified that this was the only breakage of substance between the version
libc is currently built with and today's master branch.

The corrected signature of `ioctl` broke some crates on crates.io, and it's not
currently worth the major version bump of libc, so for now keep the old
signature around for crates.io builds only with a comment to remove it at a
future date.

This should allow libc on crates.io to update to the master version in-tree.
I've verified that this was the only breakage of substance between the version
libc is currently built with and today's master branch.
@rust-highfive
Copy link
Collaborator

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

r? @aturon

cc @rust-lang/libs rust-lang/libc#15

@aturon
Copy link
Member

aturon commented Aug 13, 2015

@bors: r+

@bors
Copy link
Contributor

bors commented Aug 13, 2015

📌 Commit 872f8c3 has been approved by aturon

@bors
Copy link
Contributor

bors commented Aug 13, 2015

⌛ Testing commit 872f8c3 with merge ea3cd02...

bors added a commit that referenced this pull request Aug 13, 2015
The corrected signature of `ioctl` broke some crates on crates.io, and it's not
currently worth the major version bump of libc, so for now keep the old
signature around for crates.io builds only with a comment to remove it at a
future date.

This should allow libc on crates.io to update to the master version in-tree.
I've verified that this was the only breakage of substance between the version
libc is currently built with and today's master branch.
@bors bors merged commit 872f8c3 into rust-lang:master Aug 13, 2015
@alexcrichton alexcrichton deleted the fix-libc branch August 14, 2015 17:01
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.

4 participants