diff options
| author | FRIGN <dev@frign.de> | 2016-08-11 21:20:07 +0200 |
|---|---|---|
| committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-11 23:42:09 +0200 |
| commit | e8914d5d4bedb12bccf78a930b34b1564b3dbaac (patch) | |
| tree | 3de69ec293421110ae48f0b0a9f1cf1e6ae825e0 /.gitignore | |
| parent | cd10166b5eccac1b8cf510a7c97544d1697fbd09 (diff) | |
| download | sent-e8914d5d4bedb12bccf78a930b34b1564b3dbaac.tar.gz | |
_exit() instead of exit() after failed exec
die() calls exit(), but actually at this point the program could be in a
state not allowing this. It's better to call _exit to stop the libc from
calling any handlers that might fail at this moment anyway.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions