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

Commit bc8c0e9c 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: Ie0d68df7a51c10bc82974680bdd16f1eab48e9fa
parents 8839b4c7 31cf0274
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);
}