wait6
return (INTERPOS_SYS(wait6, idtype, id, status, options, ru, infop));
ret = INTERPOS_SYS(wait6, idtype, id, &status, flags, NULL, info);
SLOT(wait6, __sys_wait6),
SLOT(wait6);
pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
ATF_REQUIRE(wait6(P_ALL, 0, &status, WEXITED, NULL,NULL) != -1);
ATF_REQUIRE_EQ(-1, wait6(0, 0, NULL, 0, NULL, NULL));