K 10 svn:author V 8 swallace K 8 svn:date V 27 1995-10-21T05:01:57.000000Z K 7 svn:log V 307 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. END