mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-16 07:20:46 +00:00
Implement basic sys$kill() and add a /bin/kill
All it can do right now is send SIGKILL which just murders the target task.
This commit is contained in:
parent
7be30a2fa8
commit
3218f00099
Notes:
sideshowbarker
2024-07-19 18:36:04 +09:00
Author: https://github.com/awesomekling
Commit: 3218f00099
10 changed files with 117 additions and 9 deletions
|
@ -216,6 +216,8 @@ private:
|
|||
|
||||
pid_t m_parentPID { 0 };
|
||||
|
||||
void murder();
|
||||
|
||||
Vector<String> m_arguments;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue