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

@ -5,7 +5,6 @@ use spin::Once;
use context;
use scheme::*;
use sync::WaitQueue;
use syscall::error::*;
use syscall::flag::EVENT_READ;
use syscall::scheme::Scheme;

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" }

2
rust

@ -1 +1 @@
Subproject commit d73d32f58d477ca1562e3fc0e966efc88e81409e
Subproject commit 746222fd9d6c16d3dc3c44c797dcc868297c133b