commit | 92242c704846f28932e555dba800f4a701063896 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Nov 13 18:14:54 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 13 18:14:54 2014 +0000 |
tree | 38bae18a9d1681ecb0d848aa2bf30b512654a442 | |
parent | c7249660f908c74687b5fdadc1296eb9d4903cc7 [diff] | |
parent | 678f7d4a36eeae9a2c1bad6c861cecc2e5dab70c [diff] |
Merge "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