scheme/pipe: allow removing fevent

This commit is contained in:
Jeremy Soller
2024-01-08 16:59:48 -07:00
parent d18c316012
commit 73897bd83d
+1 -1
View File
@@ -88,7 +88,7 @@ impl KernelScheme for PipeScheme {
}
}
Err(Error::new(EBADF))
Ok(EventFlags::empty())
}
fn fsync(&self, _id: usize) -> Result<()> {