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.25 by root, Fri May 23 16:37:38 2008 UTC vs.
Revision 1.26 by root, Thu Oct 23 04:56:49 2008 UTC

40#include <poll.h> 40#include <poll.h>
41 41
42void inline_size 42void inline_size
43pollidx_init (int *base, int count) 43pollidx_init (int *base, int count)
44{ 44{
45 /* consider using memset (.., -1, ...), which is pratically guarenteed
46 * to work on all systems implementing poll */
45 while (count--) 47 while (count--)
46 *base++ = -1; 48 *base++ = -1;
47} 49}
48 50
49static void 51static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines