mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
LibC: Move waitpid() to sys/wait.h
That's where POSIX says it should be.
This commit is contained in:
parent
4e79a60b78
commit
a6e7797a31
6 changed files with 10 additions and 8 deletions
|
@ -101,8 +101,6 @@ int tcsetpgrp(int fd, pid_t pgid);
|
|||
ssize_t read(int fd, void* buf, size_t count);
|
||||
ssize_t write(int fd, const void* buf, size_t count);
|
||||
int close(int fd);
|
||||
pid_t waitpid(pid_t, int* wstatus, int options);
|
||||
pid_t wait(int* wstatus);
|
||||
int chdir(const char* path);
|
||||
int fchdir(int fd);
|
||||
char* getcwd(char* buffer, size_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue