]> git.lizzy.rs Git - rust.git/commit
libc: Fix backcompat with crates.io version
authorAlex Crichton <alex@alexcrichton.com>
Wed, 12 Aug 2015 22:32:36 +0000 (15:32 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 12 Aug 2015 22:32:36 +0000 (15:32 -0700)
commit872f8c3234ba02b32dd40a5be08f5b1328579197
tree355c5f4de5c02f8023ec445dcc36ac1a986c929f
parentd07d465cf60033e35eba16b9e431471d54c712f4
libc: Fix backcompat with crates.io version

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.
src/liblibc/lib.rs