WSTOPPED
if ((options & (WTRAPPED|WSTOPPED)) != 0 &&
options & (WUNTRACED|WSTOPPED))) {
#define WUNTRACED WSTOPPED /* the original name for WSTOPPED */
ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid);
ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid);
WSTOPPED, /* SUS compatibility, equal to WUNTRACED */
WSTOPPED, /* SUS compatibility, equal to WUNTRACED */