Remove resource_sceme, Fix syscall crate name, add fmap
This commit is contained in:
parent
db4acfbe8c
commit
e3317f05f7
39 changed files with 130 additions and 221 deletions
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
|||
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
syscall = { path = "../../syscall/" }
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
|
|
|
@ -4,4 +4,4 @@ version = "0.0.0"
|
|||
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
syscall = { path = "../../syscall/" }
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue