summaryrefslogtreecommitdiff
path: root/sys/src/libc/port/exits.c
AgeCommit message (Collapse)Author
2017-10-20libc: cleanup atexit and put exits() in its own compilation unitcinap_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).