K 10 svn:author V 3 cem K 8 svn:date V 27 2020-03-03T23:15:30.617104Z K 7 svn:log V 279 sys/signalvar.h: Fix opposite boolean sense in comment Correct the sense of the comment describing sigsetmasked() to match the code. It was exactly backwards. While here, convert the type/values of the predicate from pre-C99 int/1/0 to bool/true/false. No functional change. END