summaryrefslogtreecommitdiff
path: root/lib/libc/sys/w_fork.c
AgeCommit message (Expand)Author
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2015-10-25Move the _atfork_list definition to atexit.c so that the fork syscall stubPhilip Guenther
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther