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

Comparing libev/ev.c (file contents):
Revision 1.348 by root, Fri Oct 15 22:48:25 2010 UTC vs.
Revision 1.349 by sf-exg, Fri Oct 15 22:59:59 2010 UTC

781 struct timeval tv; 781 struct timeval tv;
782 782
783 /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */ 783 /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */
784 /* something not guaranteed by newer posix versions, but guaranteed */ 784 /* something not guaranteed by newer posix versions, but guaranteed */
785 /* by older ones */ 785 /* by older ones */
786 EV_TS_SET (tv, delay); 786 EV_TV_SET (tv, delay);
787 select (0, 0, 0, 0, &tv); 787 select (0, 0, 0, 0, &tv);
788#endif 788#endif
789 } 789 }
790} 790}
791 791

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines