Compare commits

..

1 Commits

Author SHA1 Message Date
86ca343cf0 interface: fs: remove old ifc definition file 2026-03-10 19:20:18 +00:00

View File

@@ -1,4 +0,0 @@
interface fs {
msg open(string path, int flags) -> (int err);
msg read(size count) -> (int err, bytebuf data);
}