mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibCore: Add System::getpid
This commit is contained in:
committed by
Jelle Raaijmakers
parent
94374f0d19
commit
212cea4535
@@ -999,4 +999,9 @@ ErrorOr<void> set_resource_limits(int resource, rlim_t limit)
|
||||
return {};
|
||||
}
|
||||
|
||||
int getpid()
|
||||
{
|
||||
return ::getpid();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user