X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cfg%2Fos.h;h=924daadea7f9c79e6e253b6d7fb00207186eebaf;hb=755c2da31880953298481b3747c2472f13bc00a1;hp=e1535dd49410bc04f7d21ef7f6c60889219eff20;hpb=6b5df304d868c9eefac269bcaaa224bfdbb925cb;p=bertos.git diff --git a/cfg/os.h b/cfg/os.h index e1535dd4..924daade 100644 --- a/cfg/os.h +++ b/cfg/os.h @@ -111,7 +111,7 @@ ({ \ sigset_t sigs; \ sigprocmask(SIG_SETMASK, NULL, &sigs); \ - sigismember(&sigs, SIGALRM) ? true : false; \ + sigismember(&sigs, SIGALRM) ? false : true; \ }) #else