Merge "_exit(0) on clean shutdown, not _exit(1)" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
31cf02742e
@@ -216,5 +216,5 @@ int main(int argc, char** argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// b/36066697: Avoid running static destructors.
|
// b/36066697: Avoid running static destructors.
|
||||||
_exit(1);
|
_exit(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user