summaryrefslogtreecommitdiff
path: root/src/exit/atexit.c
AgeCommit message (Collapse)AuthorLines
2011-10-14add dummy __cxa_finalizeRich Felker-0/+4
musl's dynamic linker does not support unloading dsos, so there's nothing for this function to do. adding the symbol in case anything depends on its presence..
2011-10-14support __cxa_atexit, and registering atexit functions from atexit handlersRich Felker-7/+26
mildly tested; may have bugs. the locking should be updated not to use spinlocks but that's outside the scope of this one module.
2011-10-14simplify atexit and fflush-on-exit handlingRich Felker-4/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+57