X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/1bd3bb1d1727f4452c96ee728278f37bd717a62a..8b9a210d6531a3b35e9e6138473f6456318bae22:/ev.h diff --git a/ev.h b/ev.h index d8f7ae1..a7898a5 100644 --- a/ev.h +++ b/ev.h @@ -173,9 +173,9 @@ int ev_version_major (void); int ev_version_minor (void); /* these three calls are suitable for plugging into pthread_atfork */ -void ev_prefork (void); -void ev_postfork_parent (void); -void ev_postfork_child (void); +void ev_fork_prepare (void); +void ev_fork_parent (void); +void ev_fork_child (void); extern ev_tstamp ev_now; /* time w.r.t. timers and the eventloop, updated after each poll */ ev_tstamp ev_time (void);