Update to make libstd use redox_syscall

This commit is contained in:
Jeremy Soller 2016-11-28 18:14:21 -07:00
parent 6b02a20028
commit 64118c158b
3 changed files with 5 additions and 2 deletions

View file

@ -17,3 +17,7 @@ unwind = { path = "unwind" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }