Commit Graph
1 Commits
Author SHA1 Message Date
sinandRoberto E. Vargas Caballero 4418939dd9 Call _exit() instead of exit() if exec*() fails
exit() will also unwind the atexit() functions.  This is bad
because if exec*() fails the process is in an inconsistent state.
2014-11-19 18:52:42 +01:00