diff --git a/sortix/include/sortix/kernel/process.h b/sortix/include/sortix/kernel/process.h index a38536dd..30562a4a 100644 --- a/sortix/include/sortix/kernel/process.h +++ b/sortix/include/sortix/kernel/process.h @@ -166,7 +166,7 @@ public: bool DeliverSignal(int signum); bool DeliverGroupSignal(int signum); void OnThreadDestruction(Thread* thread); - int GetParentProcessId(); + pid_t GetParentProcessId(); void AddChildProcess(Process* child); void ScheduleDeath(); void AbortConstruction();