exit
This commit is contained in:
@@ -97,7 +97,9 @@ bool sem_wait(Vault &vault, size_t id) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void exit(Vault &vault) { (void)vault; }
|
||||
void exit(Vault &vault) {
|
||||
vault.scheduler.exit();
|
||||
}
|
||||
|
||||
} // namespace Skeleton
|
||||
} // namespace Syscall
|
||||
|
||||
Reference in New Issue
Block a user