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

Commit 31cf0274 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android (Google) Code Review
Browse files

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

parents c8b18011 9377ce67
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);
}