summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2007-12-21 07:55:29 +0000
committerroot <root>2007-12-21 07:55:29 +0000
commit73861ad6c4342633fff7dcd5913bcaa2749dba09 (patch)
treea96b1e3aaf62d007afb401b461c9166738a78e9c
parent5c23f3932f8060a6541f2374689c96c92da21355 (diff)
*** empty log message ***
-rw-r--r--ev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.c b/ev.c
index 2f46f79..3f9fe2b 100644
--- a/ev.c
+++ b/ev.c
@@ -927,8 +927,8 @@ ev_recommended_backends (void)
unsigned int
ev_embeddable_backends (void)
{
- return EVBACKEND_EPOLL
- | EVBACKEND_KQUEUE
+ /* epoll embeddability broken on all linux versions up to at least 2.6.23 */
+ return EVBACKEND_KQUEUE
| EVBACKEND_PORT;
}