Remove usage of __register_atfork
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