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

Comparing libev/ev_select.c (file contents):
Revision 1.49 by root, Sat Oct 16 06:46:55 2010 UTC vs.
Revision 1.50 by root, Sun Jan 30 19:05:41 2011 UTC

37 * either the BSD or the GPL. 37 * either the BSD or the GPL.
38 */ 38 */
39 39
40#ifndef _WIN32 40#ifndef _WIN32
41/* for unix systems */ 41/* for unix systems */
42# include <inttypes.h>
43# ifndef __hpux
44/* for REAL unix systems */
42# include <sys/select.h> 45# include <sys/select.h>
43# include <inttypes.h> 46# endif
44#endif 47#endif
45 48
46#ifndef EV_SELECT_USE_FD_SET 49#ifndef EV_SELECT_USE_FD_SET
47# ifdef NFDBITS 50# ifdef NFDBITS
48# define EV_SELECT_USE_FD_SET 0 51# define EV_SELECT_USE_FD_SET 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines