Use libc from crates.io

This commit is contained in:
Florian Gilcher 2016-03-08 11:07:34 +01:00
parent 4d21e7f3e4
commit 5a11c6d2c7
2 changed files with 1 additions and 2 deletions

View File

@ -4,3 +4,4 @@ version = "0.1.0"
authors = ["Ticki <Ticki@users.noreply.github.com>"]
[dependencies]
libc = "0.2.8"

View File

@ -1,5 +1,3 @@
#![feature(libc)]
#[warn(missing_docs)]
#[cfg(not(target_os = "redox"))]