Update syscall and rust, add fcntl for permissions
This commit is contained in:
parent
16f5c82796
commit
37395f36ea
12 changed files with 26 additions and 8 deletions
|
@ -9,3 +9,7 @@ event = { path = "../../crates/event/" }
|
|||
io = { path = "../../crates/io/" }
|
||||
netutils = { path = "../../programs/netutils/" }
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
|
||||
"rand:0.3.14" = { git = "https://github.com/rust-lang-nursery/rand.git" }
|
||||
|
|
|
@ -9,3 +9,7 @@ event = { path = "../../crates/event/" }
|
|||
io = { path = "../../crates/io/" }
|
||||
netutils = { path = "../../programs/netutils/" }
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
|
||||
"rand:0.3.14" = { git = "https://github.com/rust-lang-nursery/rand.git" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue