Dmitry V. Levin
f6026b6e65
* wait.c: Move definitions of __W* flags ... * xlat/wait4_options.in: ... here.
13 lines
148 B
Plaintext
13 lines
148 B
Plaintext
WNOHANG
|
|
#ifndef WSTOPPED
|
|
WUNTRACED
|
|
#endif
|
|
WEXITED
|
|
WTRAPPED
|
|
WSTOPPED
|
|
WCONTINUED
|
|
WNOWAIT
|
|
__WCLONE 0x80000000
|
|
__WALL 0x40000000
|
|
__WNOTHREAD 0x20000000
|