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

Comparing libev/ev.c (file contents):
Revision 1.196 by root, Sat Dec 22 12:43:28 2007 UTC vs.
Revision 1.197 by root, Sat Dec 22 15:20:13 2007 UTC

978 978
979 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */ 979 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */
980 /* please fix it and tell me how to detect the fix */ 980 /* please fix it and tell me how to detect the fix */
981 flags &= ~EVBACKEND_EPOLL; 981 flags &= ~EVBACKEND_EPOLL;
982 982
983#ifdef __APPLE__
984 /* is there anything thats not broken on darwin? */
985 flags &= ~EVBACKEND_KQUEUE;
986#endif
987
988 return flags; 983 return flags;
989} 984}
990 985
991unsigned int 986unsigned int
992ev_backend (EV_P) 987ev_backend (EV_P)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines