Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-20 | libc: cleanup atexit and put exits() in its own compilation unit | cinap_lenrek | |
this avoids having to pull in atexit() and its dependencies (lock(), unlock()) into every program. (as exits() is called by _main() from main9.s). |