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

This commit is contained in:
Narayan Kamath
2017-06-22 10:32:28 +00:00
committed by Android (Google) Code Review

View File

@@ -216,5 +216,5 @@ int main(int argc, char** argv)
}
// b/36066697: Avoid running static destructors.
_exit(1);
_exit(0);
}