sigandset
int sigandset(sigset_t *dest, const sigset_t *left, const sigset_t *right);
ATF_REQUIRE(sigandset(&set3, &set1, &set2) == 0);