mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:27:43 +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
|
@ -8,6 +8,11 @@ __BEGIN_DECLS
|
|||
extern char** environ;
|
||||
|
||||
inline int getpagesize() { return 4096; }
|
||||
pid_t getsid(pid_t);
|
||||
pid_t setsid();
|
||||
int setpgid(pid_t pid, pid_t pgid);
|
||||
pid_t getpgid(pid_t);
|
||||
pid_t getpgrp();
|
||||
uid_t getuid();
|
||||
gid_t getgid();
|
||||
pid_t getpid();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue