Split processctl() syscall into multiple smaller ones
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
#include <system/system.h>
|
||||
#include <sysdefs/processctl.h>
|
||||
|
||||
void quit(void) {
|
||||
processctl(-1, PCTL_KILL, 0, 0, 0);
|
||||
proc_kill(proc_getpid());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user