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

Commit 1dbaac0e 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:...

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

Change-Id: I434678eb093574d96d356e90bcc8fdb5825f62a9
parents c5607ed0 6da2b862
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);
}