K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-30T15:15:30.000000Z K 7 svn:log V 330 Correct the handling of NOCLDSTOP when using sigvec() Make the SA_NODEFER handling more correct, previously if you called sigaction to set a handler and had SA_NODEFER set, and manually masked the signal itself in sa_mask, and when you read the settings back later, you'd find SA_NODEFER incorrectly cleared. Pointed out by: bde END