aboutsummaryrefslogtreecommitdiff
path: root/src/exit/atexit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add dummy __cxa_finalize•••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.. Rich Felker2011-10-141-0/+4
* support __cxa_atexit, and registering atexit functions from atexit handlers•••mildly tested; may have bugs. the locking should be updated not to use spinlocks but that's outside the scope of this one module. Rich Felker2011-10-141-7/+26
* simplify atexit and fflush-on-exit handlingRich Felker2011-10-141-4/+1
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+57