Update syscall and rust, add fcntl for permissions
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user