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.31 by root, Sun Jul 19 04:11:27 2009 UTC vs.
Revision 1.32 by root, Fri Jan 15 00:10:34 2010 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 45 /* consider using memset (.., -1, ...), which is pratically guaranteed
46 * to work on all systems implementing poll */ 46 * to work on all systems implementing poll */
47 while (count--) 47 while (count--)
48 *base++ = -1; 48 *base++ = -1;
49} 49}
50 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines