It compiles.

This commit is contained in:
4lDO2
2024-07-08 21:41:34 +02:00
parent de1bd46c84
commit 25974bec6e
2 changed files with 150 additions and 91 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ pub fn kill(pid: ProcessId, sig: usize, parent_sigchld: bool) -> Result<usize> {
}
SendResult::SucceededSigcont { ppid, pgid } => {
sent += 1;
&process::PROCESSES
process::PROCESSES
.read()
.get(&ppid)
.ok_or(Error::new(ESRCH))?