strace/xlat/wait4_options.in
Dmitry V. Levin f6026b6e65 wait: move fallback definitions of wait options to xlat/
* wait.c: Move definitions of __W* flags ...
* xlat/wait4_options.in: ... here.
2015-07-15 00:33:20 +00:00

13 lines
148 B
Plaintext

WNOHANG
#ifndef WSTOPPED
WUNTRACED
#endif
WEXITED
WTRAPPED
WSTOPPED
WCONTINUED
WNOWAIT
__WCLONE 0x80000000
__WALL 0x40000000
__WNOTHREAD 0x20000000