Merge pull request #2 from ids1024/fcntl

Allow fcntl
This commit is contained in:
Jeremy Soller
2017-07-10 17:08:22 -06:00
committed by GitHub
+4
View File
@@ -62,6 +62,10 @@ impl SchemeMut for RandScheme {
Ok(0)
}
fn fcntl(&mut self, _id: usize, _cmd: usize, _arg: usize) -> Result<usize> {
Ok(0)
}
fn close(&mut self, _file: usize) -> Result<usize> {
Ok(0)
}