basic fork foo, function itself is empty

This commit is contained in:
user
2026-02-25 00:33:16 +01:00
parent 1ca72b695e
commit 252a36ae4e
4 changed files with 13 additions and 5 deletions

View File

@@ -392,7 +392,9 @@ bool reply(Vault& v, const void* buffer, size_t size) {
return true;
}
int fork(Vault &vault, InterruptContext *user_context) {
return 0;
}
} // namespace Skeleton