Skip to content

Remove usage of __register_atfork

Fabrice Fontaine requested to merge (removed):master into master

Calling an internal function of glibc is never a good idea. This is especially true for __register_atfork which is not defined on uClibc with noMMU. So remove call to __register_atfork and so always use pthread_atfork

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Merge request reports