mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix Sortix::Process::GetParentProcessId forward declaration return type.
This commit is contained in:
parent
f47cb98b97
commit
7fbd8cdfa6
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ public:
|
||||||
bool DeliverSignal(int signum);
|
bool DeliverSignal(int signum);
|
||||||
bool DeliverGroupSignal(int signum);
|
bool DeliverGroupSignal(int signum);
|
||||||
void OnThreadDestruction(Thread* thread);
|
void OnThreadDestruction(Thread* thread);
|
||||||
int GetParentProcessId();
|
pid_t GetParentProcessId();
|
||||||
void AddChildProcess(Process* child);
|
void AddChildProcess(Process* child);
|
||||||
void ScheduleDeath();
|
void ScheduleDeath();
|
||||||
void AbortConstruction();
|
void AbortConstruction();
|
||||||
|
|
Loading…
Reference in a new issue