summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2007-11-01 11:55:54 +0000
committerroot <root>2007-11-01 11:55:54 +0000
commit8b9a210d6531a3b35e9e6138473f6456318bae22 (patch)
tree42456732ceb92f20143f7c55057cf4a6081849a5 /ev.c
parent1bd3bb1d1727f4452c96ee728278f37bd717a62a (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ev.c b/ev.c
index 937f9bd..6fac39c 100644
--- a/ev.c
+++ b/ev.c
@@ -491,19 +491,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)