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

Comparing libev/ev.c (file contents):
Revision 1.224 by root, Wed Apr 9 22:07:50 2008 UTC vs.
Revision 1.226 by root, Fri Apr 18 17:16:44 2008 UTC

1185 if (!(flags & EVFLAG_NOENV) 1185 if (!(flags & EVFLAG_NOENV)
1186 && !enable_secure () 1186 && !enable_secure ()
1187 && getenv ("LIBEV_FLAGS")) 1187 && getenv ("LIBEV_FLAGS"))
1188 flags = atoi (getenv ("LIBEV_FLAGS")); 1188 flags = atoi (getenv ("LIBEV_FLAGS"));
1189 1189
1190 if (!(flags & 0x0000ffffUL)) 1190 if (!(flags & 0x0000ffffU))
1191 flags |= ev_recommended_backends (); 1191 flags |= ev_recommended_backends ();
1192 1192
1193#if EV_USE_PORT 1193#if EV_USE_PORT
1194 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags); 1194 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags);
1195#endif 1195#endif
1283#endif 1283#endif
1284 1284
1285 backend = 0; 1285 backend = 0;
1286} 1286}
1287 1287
1288#if EV_USE_INOTIFY
1288void inline_size infy_fork (EV_P); 1289void inline_size infy_fork (EV_P);
1290#endif
1289 1291
1290void inline_size 1292void inline_size
1291loop_fork (EV_P) 1293loop_fork (EV_P)
1292{ 1294{
1293#if EV_USE_PORT 1295#if EV_USE_PORT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines