mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +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
|
@ -10,6 +10,7 @@ pid_t getpid();
|
|||
int open(const char* path);
|
||||
ssize_t read(int fd, void* buf, size_t count);
|
||||
int close(int fd);
|
||||
pid_t waitpid(pid_t);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue