am 82ca0ba8: am 92242c70: Merge "kill HAVE_FORKEXEC"

* commit '82ca0ba805307f2c8bf4a3abb03fd7e1b5213ccb':
  kill HAVE_FORKEXEC
This commit is contained in:
Yabin Cui 2014-11-14 00:47:19 +00:00 committed by Android Git Automerger
commit 84b2cbee2a

View file

@ -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