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:
parent
707e0c270a
commit
8f1c733aff
@ -1077,7 +1077,6 @@ static void
|
||||
gensighand(int)
|
||||
{
|
||||
romeo_must_die = 1;
|
||||
_exit(0);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user