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

Comparing libev/ev.c (file contents):
Revision 1.275 by root, Fri Dec 12 20:35:21 2008 UTC vs.
Revision 1.276 by root, Sun Dec 14 13:03:54 2008 UTC

1270 /* kqueue is borked on everything but netbsd apparently */ 1270 /* kqueue is borked on everything but netbsd apparently */
1271 /* it usually doesn't work correctly on anything but sockets and pipes */ 1271 /* it usually doesn't work correctly on anything but sockets and pipes */
1272 flags &= ~EVBACKEND_KQUEUE; 1272 flags &= ~EVBACKEND_KQUEUE;
1273#endif 1273#endif
1274#ifdef __APPLE__ 1274#ifdef __APPLE__
1275 // flags &= ~EVBACKEND_KQUEUE; for documentation 1275 // flags &= ~EVBACKEND_KQUEUE & ~EVBACKEND_POLL; for documentation
1276 flags &= ~EVBACKEND_POLL; 1276 flags &= ~EVBACKEND_SELECT;
1277#endif 1277#endif
1278 1278
1279 return flags; 1279 return flags;
1280} 1280}
1281 1281

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines