atfork
extern int atfork(void (*func)(void));
atfork(initialize_forked_child);
atfork(&init_after_fork);
atfork(environ_fork_hook);