K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-15T08:01:33.000000Z K 7 svn:log V 384 Actually implement SA_RESETHAND - some of the sigaction code recognised it but didn't actually do anything with it (*blush*). This should fix bde's test case where the test program set SA_RESETHAND and when reading it back, it was gone. Tweak/optimize SA_NODEFER so that the implementation is a little simpler and does not incur (slight) overhead for every signal at delivery time. END