mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
Kernel: Forked processes should inherit arguments and environment.
This commit is contained in:
parent
6127d33cee
commit
61e50780aa
Notes:
sideshowbarker
2024-07-19 15:59:26 +09:00
Author: https://github.com/awesomekling
Commit: 61e50780aa
2 changed files with 16 additions and 19 deletions
|
@ -347,8 +347,8 @@ private:
|
|||
|
||||
static void notify_waiters(pid_t waitee, int exit_status, int signal);
|
||||
|
||||
Vector<String> m_arguments;
|
||||
Vector<String> m_initialEnvironment;
|
||||
Vector<String> m_initial_arguments;
|
||||
Vector<String> m_initial_environment;
|
||||
HashTable<gid_t> m_gids;
|
||||
|
||||
Region* m_stack_region { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue