X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/1bd3bb1d1727f4452c96ee728278f37bd717a62a..34ce8134fec96758f92d4b5a47d151081c6b74d6:/ev.c?ds=inline diff --git a/ev.c b/ev.c index 937f9bd..7995b34 100644 --- a/ev.c +++ b/ev.c @@ -1,4 +1,6 @@ /* + * libev event processing core, watcher management + * * Copyright (c) 2007 Marc Alexander Lehmann * All rights reserved. * @@ -491,19 +493,19 @@ int ev_init (int flags) /*****************************************************************************/ void -ev_prefork (void) +ev_fork_prepare (void) { /* nop */ } void -ev_postfork_parent (void) +ev_fork_parent (void) { /* nop */ } void -ev_postfork_child (void) +ev_fork_child (void) { #if EV_USE_EPOLL if (ev_method == EVMETHOD_EPOLL)