]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When working with sigset_t's, and needing to perform masking operations based
authorjmallett <jmallett@FreeBSD.org>
Tue, 1 Oct 2002 02:49:28 +0000 (02:49 +0000)
committerjmallett <jmallett@FreeBSD.org>
Tue, 1 Oct 2002 02:49:28 +0000 (02:49 +0000)
commit588e26e5807de462fc0a42e10dc64aac725a1a55
treeadc4890ec34b358e58188997d220ffe786db1845
parent40b01ec7437df0d735a813560653e3248d114411
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.
sys/coda/coda_psdev.c
sys/fs/coda/coda_psdev.c
sys/i386/ibcs2/ibcs2_signal.c