Update to make libstd use redox_syscall
This commit is contained in:
parent
6b02a20028
commit
64118c158b
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
2
rust
|
@ -1 +1 @@
|
|||
Subproject commit d73d32f58d477ca1562e3fc0e966efc88e81409e
|
||||
Subproject commit 746222fd9d6c16d3dc3c44c797dcc868297c133b
|
Loading…
Reference in a new issue