WCONTINUED
flags |= WUNTRACED | WCONTINUED;
#ifndef WCONTINUED
options |= WCONTINUED;
if ((options & WCONTINUED) != 0 &&
#define WSELECTOPTS (WEXITED|WUNTRACED|WCONTINUED|WTRAPPED)
ATF_REQUIRE(wait6(P_PID, pid, &st, WCONTINUED, &wru, &si) == pid);
ATF_REQUIRE(wait6(P_PID, pid, &st, WCONTINUED, &wru, &si) == pid);
WCONTINUED
WCONTINUED