summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/w_fork.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-0/+74
unregistering callbacks if the DSO is unloaded. Move the callback handling from libpthread to libc, though libpthread still overrides the inner call to handle locking and thread-library reinitialization. Major version bump for both libc and libpthread. verification that this fixes various ports ajacoutot@ asm assistance miod@; ok millert@ deraadt@