commit | 99e1966400559f9fcc18174e37ccf8a0e5265ffc | [log] [tgz] |
---|---|---|
author | Rom Lemarchand <romlem@google.com> | Mon Jan 07 15:50:02 2013 -0800 |
committer | Rom Lemarchand <romlem@google.com> | Mon Jan 28 15:44:24 2013 -0800 |
tree | 18bdb5ab96afc619923b8dd966b644fc3109f05d | |
parent | 83dee8e4e5346553f435626b46487d51b1e0ff2d [diff] |
logwrap: ensure child exits with _exit Always exit the child process with _exit() rather than exit() to ensure none of the parent's atexit functions get called if the child needs to exit before calling exec. Change-Id: I6a75111ef1bb3468c114c98743565471cf82c9dd