syscall wait4: add _WALL (POSTK_DEBUG_ARCH_DEP_44)

Needed by strace -f
This commit is contained in:
Dominique Martinet
2018-04-11 17:54:17 +09:00
parent 90a34f54c9
commit c52f7a5b49
2 changed files with 2 additions and 21 deletions

View File

@ -142,9 +142,7 @@
#define WCONTINUED 0x00000008
#define WNOWAIT 0x01000000 /* Don't reap, just poll status. */
#ifdef POSTK_DEBUG_ARCH_DEP_44 /* wait() add support __WALL */
#define __WALL 0x40000000 /* Wait on all children, regardless of type */
#endif /* POSTK_DEBUG_ARCH_DEP_44 */
#define __WCLONE 0x80000000
/* idtype */