devd: Remove call to _exit() from signal handler, which also sets a stop flag.

Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
Approved by:	cperciva (mentor)
This commit is contained in:
eadler 2013-03-04 02:21:12 +00:00
parent 707e0c270a
commit 8f1c733aff

View File

@ -1077,7 +1077,6 @@ static void
gensighand(int)
{
romeo_must_die = 1;
_exit(0);
}
static void