atfork_callback
SIMPLEQ_HEAD(atfork_callback_q, atfork_callback);
static struct atfork_callback *
struct atfork_callback *result;
struct atfork_callback *newprepare, *newparent, *newchild;
struct atfork_callback *iter;
SIMPLEQ_ENTRY(atfork_callback) next;
struct atfork_callback block;
static struct atfork_callback atfork_builtin[16];