]> git.lizzy.rs Git - rust.git/commit
libc: Don't use unstable apis
authorAlex Crichton <alex@alexcrichton.com>
Sat, 28 Mar 2015 17:49:45 +0000 (10:49 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 28 Mar 2015 17:49:45 +0000 (10:49 -0700)
commitbd66f57e469b89a0b8ffbe273cac26c02cdf9874
tree64fbb23d9529b38595475ecbbb201210f63318e3
parent3e7385aae9d58c8e12137d7c07aad48551048c13
libc: Don't use unstable apis

Right now the `std::isize::BYTES` typedef is `#[unstable]`, but liblibc is using
this, preventing it from compiling on stable Rust.
src/liblibc/lib.rs