mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
Kernel+LibC: Add some Unix signal types & definitions
This commit is contained in:
parent
aafa5a9d09
commit
a6cb7f759e
4 changed files with 58 additions and 2 deletions
|
@ -44,6 +44,12 @@ __BEGIN_DECLS
|
|||
#define WEXITED 4
|
||||
#define WCONTINUED 8
|
||||
|
||||
typedef enum {
|
||||
P_ALL = 1,
|
||||
P_PID,
|
||||
P_PGID
|
||||
} idtype_t;
|
||||
|
||||
pid_t waitpid(pid_t, int* wstatus, int options);
|
||||
pid_t wait(int* wstatus);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue