Split processctl() syscall into multiple smaller ones
This commit is contained in:
@ -22,6 +22,6 @@ void pctl_kill(void) {
|
||||
}
|
||||
|
||||
if (PCTL_KILL_CONFIG.pid != -1) {
|
||||
processctl(PCTL_KILL_CONFIG.pid, PCTL_KILL, 0, 0, 0);
|
||||
proc_kill(PCTL_KILL_CONFIG.pid);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user