Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 03/18/2002 14:28:08
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.