K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-10-01T02:49:28.000000Z K 7 svn:log V 240 When working with sigset_t's, and needing to perform masking operations based on a process's pending signals, use the signal queue flattener, ksiginfo_to_sigset_t, on the process, and on a local sigset_t, and then work with that as needed. END