mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
os2 linux process_wait rework; add Sig_Child_Code to sys/linux bits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user