am 92242c70: Merge "kill HAVE_FORKEXEC"

* commit '92242c704846f28932e555dba800f4a701063896':
  kill HAVE_FORKEXEC
This commit is contained in:
Yabin Cui
2014-11-13 19:10:18 +00:00
committed by Android Git Automerger
+1 -1
View File
@@ -379,7 +379,7 @@ static void adb_cleanup(void)
int adb_main() int adb_main()
{ {
atexit(adb_cleanup); atexit(adb_cleanup);
#if defined(HAVE_FORKEXEC) #if !defined(_WIN32)
// No SIGCHLD. Let the service subproc handle its children. // No SIGCHLD. Let the service subproc handle its children.
signal(SIGPIPE, SIG_IGN); signal(SIGPIPE, SIG_IGN);
#endif #endif