Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.bin/make



Module Name:    basesrc
Committed By:   pk
Date:           Mon Mar 18 12:28:08 UTC 2002

Modified Files:
        basesrc/usr.bin/make: job.c

Log Message:
Fix signal-handling bogons in JobPassSig():
        - don't block the signal we're about to send to ourselves to
          take the default action for
        - restore the signal handler for the current signal
        - remove duplicate sigprocmask() call

As a result, restoring the SIGTSTP handler in JobContinueSig() is no longer
necessary.


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 basesrc/usr.bin/make/job.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index