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