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

Commit 6da2b862 authored by Narayan Kamath's avatar Narayan Kamath Committed by android-build-merger
Browse files

Merge "Merge "_exit(0) on clean shutdown, not _exit(1)" into oc-dev am: 31cf0274" into oc-dr1-dev

am: 04bd18fb

Change-Id: I2cc9faee52a7daedbe13a499f80f4ef36e13d0e8
parents 17efbe25 04bd18fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,5 +253,5 @@ int main(int argc, char** argv)
    }

    // b/36066697: Avoid running static destructors.
    _exit(1);
    _exit(0);
}