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.37 by root, Thu Jun 2 23:34:05 2011 UTC vs.
Revision 1.38 by root, Sat Jun 4 05:25:03 2011 UTC

90{ 90{
91 struct pollfd *p; 91 struct pollfd *p;
92 int res; 92 int res;
93 93
94 EV_RELEASE_CB; 94 EV_RELEASE_CB;
95 res = poll (polls, pollcnt, ev_timeout_to_ms (timeout)); 95 res = poll (polls, pollcnt, timeout * 1e3);
96 EV_ACQUIRE_CB; 96 EV_ACQUIRE_CB;
97 97
98 if (expect_false (res < 0)) 98 if (expect_false (res < 0))
99 { 99 {
100 if (errno == EBADF) 100 if (errno == EBADF)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines