mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:47:35 +00:00
Start working on sessions and process groups.
This commit is contained in:
parent
05565bad58
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