Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove includes that are redundant after system.h introduction | Joel Rosdahl | 2010-08-29 | 1 | -3/+0 |
| | |||||
* | Clear exit_functions after the exit functions have been called | Ramiro Polla | 2010-07-16 | 1 | -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 functionality | Joel Rosdahl | 2010-07-14 | 1 | -0/+96 |