interface: fs: remove old ifc definition file
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
interface fs {
|
|
||||||
msg open(string path, int flags) -> (int err);
|
|
||||||
msg read(size count) -> (int err, bytebuf data);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user