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

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

100} 100}
101 101
102static void 102static void
103epoll_fork (EV_P) 103epoll_fork (EV_P)
104{ 104{
105 int fd;
106
107 epoll_fd = epoll_create (256); 105 epoll_fd = epoll_create (256);
108 fcntl (epoll_fd, F_SETFD, FD_CLOEXEC); 106 fcntl (epoll_fd, F_SETFD, FD_CLOEXEC);
109 107
110 fd_rearm_all (); 108 fd_rearm_all (EV_A);
111} 109}
112 110

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines