_ARC4_ATFORK
#define _ARC4_ATFORK(f) __register_atfork(NULL, NULL, (f), __dso_handle)
#define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f))