Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92242c70 authored by Yabin Cui's avatar Yabin Cui Committed by Gerrit Code Review
Browse files

Merge "kill HAVE_FORKEXEC"

parents c7249660 678f7d4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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