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.57 by root, Thu Jun 20 22:44:59 2019 UTC vs.
Revision 1.58 by root, Sat Jun 22 22:18:39 2019 UTC

104 kqueue_changecnt = 0; 104 kqueue_changecnt = 0;
105 105
106 if (expect_false (res < 0)) 106 if (expect_false (res < 0))
107 { 107 {
108 if (errno != EINTR) 108 if (errno != EINTR)
109 ev_syserr ("(libev) kevent"); 109 ev_syserr ("(libev) kqueue kevent");
110 110
111 return; 111 return;
112 } 112 }
113 113
114 for (i = 0; i < res; ++i) 114 for (i = 0; i < res; ++i)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines