commit | 82ca0ba805307f2c8bf4a3abb03fd7e1b5213ccb | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Nov 13 19:10:18 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Nov 13 19:10:18 2014 +0000 |
tree | 86817e8c01cdd32f78d25533482ed538f841aea7 | |
parent | 8bebe58e540b34078aecd155e7b58a7a02985483 [diff] | |
parent | 92242c704846f28932e555dba800f4a701063896 [diff] |
am 92242c70: Merge "kill HAVE_FORKEXEC" * commit '92242c704846f28932e555dba800f4a701063896': kill HAVE_FORKEXEC
diff --git a/minadbd/adb.c b/minadbd/adb.c index 127d072..0ac16e4 100644 --- a/minadbd/adb.c +++ b/minadbd/adb.c
@@ -379,7 +379,7 @@ 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