conclusion
This commit is contained in:
parent
0f97a589b8
commit
9bc8a11afe
1069 changed files with 48694 additions and 11 deletions
13
05/musl-0.6.0/arch/i386/bits/wait.h
Normal file
13
05/musl-0.6.0/arch/i386/bits/wait.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#define WNOHANG 1
|
||||
#define WUNTRACED 2
|
||||
|
||||
#define WSTOPPED 2
|
||||
#define WEXITED 4
|
||||
#define WCONTINUED 8
|
||||
#define WNOWAIT 0x1000000
|
||||
|
||||
#if defined(__XOPEN_SOURCE) || defined(__GNU_SOURCE)
|
||||
#define P_ALL 0
|
||||
#define P_PID 1
|
||||
#define P_PGID 2
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue