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

Commit 8bc86321 authored by Narayan Kamath's avatar Narayan Kamath Committed by android-build-merger
Browse files

Merge "_exit(0) on clean shutdown, not _exit(1)" into oc-dev

am: 31cf0274

Change-Id: I8314fcf2fc2fab8f8b4db84cec89efbc6c08660e
parents 8fac8d89 31cf0274
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,5 +216,5 @@ int main(int argc, char** argv)
    }

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