mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:27:34 +00:00
Add a simplified waitpid() so that sh can wait on spawned commands.
This commit is contained in:
parent
018da1be11
commit
3253a23b91
8 changed files with 42 additions and 7 deletions
|
@ -23,6 +23,7 @@ enum Function {
|
|||
PosixExit = 0x1991,
|
||||
PosixGetgid = 0x1992,
|
||||
PosixGetpid = 0x1993,
|
||||
PosixWaitpid = 0x1994,
|
||||
};
|
||||
|
||||
void initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue