summaryrefslogtreecommitdiff
path: root/exitfn.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove includes that are redundant after system.h introductionJoel Rosdahl2010-08-291-3/+0
|
* Clear exit_functions after the exit functions have been calledRamiro Polla2010-07-161-0/+1
| | | | | | | While execve() does not run the functions registered with atexit() and they must therefore be called explicitly prior to the call to execve(), the Windows replacement function will end up running the atexit() hooks twice, and clearing the pointer prevents the functions from actually running twice.
* Add exit functions functionalityJoel Rosdahl2010-07-141-0/+96