about summary refs log tree commit diff
path: root/src/exit/atexit.c
Commit message (Collapse)AuthorAgeFilesLines
* add dummy __cxa_finalizeRich Felker2011-10-141-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..
* support __cxa_atexit, and registering atexit functions from atexit handlersRich Felker2011-10-141-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.
* simplify atexit and fflush-on-exit handlingRich Felker2011-10-141-4/+1
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+57