kill HAVE_FORKEXEC
Bug: 18317407 Change-Id: Idd4e0effa96752e2c0ca959728f80df4d2d34187
This commit is contained in:
parent
c7249660f9
commit
678f7d4a36
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ static void adb_cleanup(void)
|
|||
int adb_main()
|
||||
{
|
||||
atexit(adb_cleanup);
|
||||
#if defined(HAVE_FORKEXEC)
|
||||
#if !defined(_WIN32)
|
||||
// No SIGCHLD. Let the service subproc handle its children.
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue