--- libev/ev.c 2008/12/12 20:35:21 1.275 +++ libev/ev.c 2008/12/14 13:03:54 1.276 @@ -1272,8 +1272,8 @@ flags &= ~EVBACKEND_KQUEUE; #endif #ifdef __APPLE__ - // flags &= ~EVBACKEND_KQUEUE; for documentation - flags &= ~EVBACKEND_POLL; + // flags &= ~EVBACKEND_KQUEUE & ~EVBACKEND_POLL; for documentation + flags &= ~EVBACKEND_SELECT; #endif return flags;