summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_utils.cc
diff options
context:
space:
mode:
authorTobias Lindskog <tobias.lindskog@sonymobile.com>2015-11-04 19:41:21 +0100
committerBrian Carlstrom <bdc@google.com>2015-11-05 11:44:57 -0800
commitae35c3716dd4d974f6e6c3900577d9d98f99132f (patch)
tree731994aa28a7017133f6fecff16b1886e63c3ded /compiler/optimizing/code_generator_utils.cc
parent4ba3766449e4c36478ed896ee6d2ad9e9ee43f74 (diff)
Use _exit instead of exit after exec fails
A call to exit() will run the atexit handlers before exiting, which is usually not desirable in a forked-off child process. Calling _exit() instead will not run the atexit handlers. Change-Id: Ide9a69c0468faafeaf32b0babd9fcf2b4f06f546
Diffstat (limited to 'compiler/optimizing/code_generator_utils.cc')
0 files changed, 0 insertions, 0 deletions