Fix build of coreutils

This commit is contained in:
Jeremy Soller 2016-12-19 18:16:23 -07:00
parent fff607cf9a
commit 1b7ea69430
5 changed files with 1 additions and 12 deletions

View file

@ -9,7 +9,3 @@ name = "libc"
path = "../../rust/src/liblibc/src/lib.rs"
test = false
bench = false
[dependencies]
redox_syscall = { path = "../../syscall/" }
spin = "*"