mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Factor out the "non-syscall" parts of sys$execve() into exec().
..to prepare for sharing code with createUserProcess().
This commit is contained in:
parent
8f51f0e6b2
commit
c5eec9cbfc
Notes:
sideshowbarker
2024-07-19 18:34:09 +09:00
Author: https://github.com/awesomekling
Commit: c5eec9cbfc
2 changed files with 41 additions and 33 deletions
|
@ -158,6 +158,7 @@ public:
|
|||
void send_signal(int signal, Process* sender);
|
||||
|
||||
Process* fork(RegisterDump&);
|
||||
int exec(const String& path, Vector<String>&& arguments, Vector<String>&& environment);
|
||||
|
||||
private:
|
||||
friend class MemoryManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue