about summary refs log tree commit diff
path: root/htl/register-atfork.c
Commit message (Collapse)AuthorAgeFilesLines
* htl: fix register-atfork orderingSamuel Thibault2020-06-071-7/+7
| | | | | * htl/register-atfork.c (__register_atfork): Add new hooks at the end of the list instead of the beginning.
* htl: Move __register_atfork from forward to own fileSamuel Thibault2020-02-091-0/+157
Since we need it also in the static linking case.