ATF_CHECK_ERRNO
ATF_CHECK_ERRNO(EAGAIN, _lwp_create(&c, 0, &lwpid) == -1);
ATF_CHECK_ERRNO(EPERM, setrlimit(rlimit[i], &res) != 0);