LibCore: Add System::getpid

This commit is contained in:
stasoid 2024-12-15 05:39:12 +05:00 committed by Jelle Raaijmakers
commit 212cea4535
Notes: github-actions[bot] 2024-12-17 10:08:57 +00:00
3 changed files with 12 additions and 0 deletions

View file

@ -179,4 +179,6 @@ ErrorOr<rlimit> get_resource_limits(int resource);
ErrorOr<void> set_resource_limits(int resource, rlim_t limit);
#endif
int getpid();
}