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

Comparing libev/ev_poll.c (file contents):
Revision 1.46 by root, Thu Jul 11 05:41:39 2019 UTC vs.
Revision 1.47 by root, Thu Jul 11 08:29:08 2019 UTC

93{ 93{
94 struct pollfd *p; 94 struct pollfd *p;
95 int res; 95 int res;
96 96
97 EV_RELEASE_CB; 97 EV_RELEASE_CB;
98 res = poll (polls, pollcnt, EV_TS_TO_MS (timeout)); 98 res = poll (polls, pollcnt, EV_TS_TO_MSEC (timeout));
99 EV_ACQUIRE_CB; 99 EV_ACQUIRE_CB;
100 100
101 if (ecb_expect_false (res < 0)) 101 if (ecb_expect_false (res < 0))
102 { 102 {
103 if (errno == EBADF) 103 if (errno == EBADF)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines