interface: fs: remmove uppercase message

This commit is contained in:
2026-03-06 20:17:43 +00:00
parent 5658e27445
commit d0abe3333d

View File

@@ -1,4 +1,3 @@
interface fs {
msg open(string path, int flags) -> (int err);
msg uppercase(string old) -> (string new);
}