pthread_atfork
extern int pthread_atfork(void (*prepare)(void), void (*parent)(void),
#define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f))
WRAPPER_FUNCTION(int, pthread_atfork,