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

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