os2 linux process_wait rework; add Sig_Child_Code to sys/linux bits

This commit is contained in:
jason
2024-08-09 09:16:44 -04:00
parent c3ba8fbd09
commit c4d43bbab0
2 changed files with 170 additions and 93 deletions
+14
View File
@@ -983,6 +983,20 @@ Sig_Action_Flag :: enum u32 {
RESETHAND = 31,
}
/*
Translation of code in Sig_Info for when signo is SIGCHLD
*/
Sig_Child_Code :: enum {
NONE,
EXITED,
KILLED,
DUMPED,
TRAPPED,
STOPPED,
CONTINUED,
}
/*
Type of socket to create
- For TCP you want to use SOCK_STREAM