mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +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
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