Allow fcntl

This commit is contained in:
Ian Douglas Scott
2017-07-10 15:51:14 -07:00
parent 60f24f4e6d
commit 369be9ef77
+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)
}