ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_kqueue.c
(Generate patch)

Comparing libev/ev_kqueue.c (file contents):
Revision 1.7 by root, Sun Nov 4 15:58:50 2007 UTC vs.
Revision 1.8 by root, Sun Nov 4 18:29:44 2007 UTC

182{ 182{
183 kqueue_fd = kqueue (); 183 kqueue_fd = kqueue ();
184 fcntl (kqueue_fd, F_SETFD, FD_CLOEXEC); 184 fcntl (kqueue_fd, F_SETFD, FD_CLOEXEC);
185 185
186 /* re-register interest in fds */ 186 /* re-register interest in fds */
187 fd_rearm_all (); 187 fd_rearm_all (EV_A);
188} 188}
189 189

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines