mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
Start working on sessions and process groups.
This commit is contained in:
parent
05565bad58
commit
d8f0dd6f3b
Notes:
sideshowbarker
2024-07-19 18:34:30 +09:00
Author: https://github.com/awesomekling
Commit: d8f0dd6f3b
8 changed files with 157 additions and 2 deletions
|
@ -40,6 +40,11 @@ enum Function {
|
|||
PosixTtynameR = 0x2008,
|
||||
PosixStat = 0x2009,
|
||||
GetEnvironment = 0x2010,
|
||||
PosixGetsid = 0x2011,
|
||||
PosixSetsid = 0x2012,
|
||||
PosixGetpgid = 0x2013,
|
||||
PosixSetpgid = 0x2014,
|
||||
PosixGetpgrp = 0x2015,
|
||||
};
|
||||
|
||||
void initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue