]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sigset() should have sa_flags cleared to sig is maked before calling
authorswallace <swallace@FreeBSD.org>
Sat, 21 Oct 1995 05:01:57 +0000 (05:01 +0000)
committerswallace <swallace@FreeBSD.org>
Sat, 21 Oct 1995 05:01:57 +0000 (05:01 +0000)
commit70dc81bc262869f9653006fbde52e6fb8e32eb6d
treea2768b8a34313e0b9a98277d0b1bd4592880afbc
parent6eb3fd64375fc7515fc4c3fe3f48b32c6278db54
sigset() should have sa_flags cleared to sig is maked before calling
handler (remove SA_NODEFER).

On the other hand, signal() case should set sa_flags to SA_NODEFER as
in previous change.

In addition, added #ifdef'd code for signal() to or in SA_RESETHAND
flag for when that compatability is implemented.
sys/i386/ibcs2/ibcs2_signal.c