diff --git a/src/main.rs b/src/main.rs index a4e98f495f..e40f45e81f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -62,6 +62,10 @@ impl SchemeMut for RandScheme { Ok(0) } + fn fcntl(&mut self, _id: usize, _cmd: usize, _arg: usize) -> Result { + Ok(0) + } + fn close(&mut self, _file: usize) -> Result { Ok(0) }