Technically we should stop ignoring Control-C.
authorIain Patterson <me@iain.cx>
Thu, 31 Mar 2016 07:34:33 +0000 (08:34 +0100)
committerIain Patterson <me@iain.cx>
Thu, 31 Mar 2016 07:34:33 +0000 (08:34 +0100)
Before signalling our application we implement a null Control-C handler
so we don't get killed ourselves when signalling the process group.  We
should probably restore the default behaviour after signalling.


No differences found