Update libc

This commit is contained in:
Jeremy Soller 2016-11-03 17:41:10 -06:00
parent a4d973fee2
commit 59349a7d5c
5 changed files with 6 additions and 5 deletions

View file

@ -15,4 +15,4 @@ libc = { path = "libc" }
unwind = { path = "unwind" }
[replace]
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "new_kernel" }
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }

View file

@ -4,7 +4,8 @@ version = "0.0.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
[dependencies.ralloc]
path = "../../ralloc/"
git = "https://github.com/redox-os/ralloc.git"
branch = "new_kernel"
default-features = false
features = ["allocator"]