summaryrefslogtreecommitdiff
path: root/src/exit/atexit.c
AgeCommit message (Expand)AuthorLines
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker-0/+1
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt-1/+1
2015-07-24fix atexit when it is called from an atexit handlerRich Felker-12/+9
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+1
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-2/+0
2012-08-19fix bug whereby most atexit-registered functions got skippedRich Felker-3/+2
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-7/+7
2011-10-14add dummy __cxa_finalizeRich Felker-0/+4
2011-10-14support __cxa_atexit, and registering atexit functions from atexit handlersRich Felker-7/+26
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