Do not temporarily set signals to SIG_IGN when polling whether the parent
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 4 Oct 2006 20:13:53 +0000 (20:13 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 4 Oct 2006 20:13:53 +0000 (20:13 +0000)
commit5d67c5efbc18447a0df64ab85eda32df6ec262e5
tree80bbdab431a1a3942b8ca396ff1d69edefab269e
parent339fa1ed5d8f3f6277fc34884c9266e3c9cf2ad5
Do not temporarily set signals to SIG_IGN when polling whether the parent
set them up as ignored signals or not.  This can result in ^C not being
properly recognized for a short period of time.

Reported-by: Victor Balada Diaz <victor@bsdes.net>
usr.bin/make/job.c