mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibCore: Add System::getpid
This commit is contained in:
parent
94374f0d19
commit
212cea4535
Notes:
github-actions[bot]
2024-12-17 10:08:57 +00:00
Author: https://github.com/stasoid
Commit: 212cea4535
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2921
3 changed files with 12 additions and 0 deletions
|
@ -179,4 +179,6 @@ ErrorOr<rlimit> get_resource_limits(int resource);
|
|||
ErrorOr<void> set_resource_limits(int resource, rlim_t limit);
|
||||
#endif
|
||||
|
||||
int getpid();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue