Update syscall and rust, add fcntl for permissions

This commit is contained in:
Jeremy Soller 2016-11-15 16:12:51 -07:00
parent 16f5c82796
commit 37395f36ea
12 changed files with 26 additions and 8 deletions

View file

@ -6,3 +6,7 @@ version = "0.1.0"
event = { path = "../../crates/event/" }
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" }

View file

@ -6,3 +6,7 @@ version = "0.1.0"
event = { path = "../../crates/event/" }
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" }

@ -1 +1 @@
Subproject commit 8449c5b6ad87ced01bcb82627cb85a8981337210
Subproject commit 8a22d9666927cd2d7040711b7db4eb4dcf73fc48

View file

@ -10,3 +10,4 @@ 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" }

View file

@ -10,3 +10,4 @@ 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" }