Update to make libstd use redox_syscall
This commit is contained in:
parent
6b02a20028
commit
64118c158b
3 changed files with 5 additions and 2 deletions
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue