about summary refs log tree commit diff
path: root/src/thread/pthread_atfork.c
Commit message (Expand)AuthorAgeFilesLines
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-241-5/+5
* use weak aliases rather than function pointers to simplify some codeRich Felker2011-08-061-2/+2
* add pthread_atfork interfaceRich Felker2011-02-181-0/+48