ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.xs
(Generate patch)

Comparing EV/EV.xs (file contents):
Revision 1.48 by root, Sun Nov 4 00:39:24 2007 UTC vs.
Revision 1.49 by root, Sun Nov 4 16:43:53 2007 UTC

315 315
316 sv_setiv (sv, (IV)&evapi); 316 sv_setiv (sv, (IV)&evapi);
317 SvREADONLY_on (sv); 317 SvREADONLY_on (sv);
318 } 318 }
319 319
320 pthread_atfork (ev_fork_prepare, ev_fork_parent, ev_fork_child); 320 pthread_atfork (0, 0, ev_default_fork);
321} 321}
322 322
323NV ev_now () 323NV ev_now ()
324 324
325int ev_method () 325int ev_method ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines