summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/_atexit.c
Commit message (Collapse)AuthorAgeFilesLines
* - commentary typo fixBernhard Reutner-Fischer2007-05-041-1/+1
|
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-25/+18
| | | | | | | things, and avoid potential deadlocks caused when a thread holding a uClibc internal lock get canceled and terminates without releasing the lock. This change also provides a single place, bits/uClibc_mutex.h, for thread libraries to modify to change all instances of internal locking.
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-2/+0
| | | | most of global data relocations are back
* after much deliberation, may i present Joseph S. Myers patch to add support ↵Mike Frysinger2006-02-141-11/+3
| | | | | | | | for .init and .fini array processing for the gory details, see the mailing list: http://www.uclibc.org/lists/uclibc/2006-January/014079.html http://www.uclibc.org/lists/uclibc/2006-February/014285.html
* More renames for IMAPeter S. Mazinger2006-02-131-0/+356