Browse Source

Fix #559

pull/567/head
Max Lv 8 years ago
parent
commit
6b09dd4b9f
1 changed files with 1 additions and 1 deletions
  1. 2
      libev/ev.c

2
libev/ev.c

@ -2603,7 +2603,7 @@ ev_recommended_backends (void) EV_THROW
{ {
unsigned int flags = ev_supported_backends (); unsigned int flags = ev_supported_backends ();
#ifndef __NetBSD__
#if !defined(__NetBSD__) && !defined(__FreeBSD__)
/* kqueue is borked on everything but netbsd apparently */ /* kqueue is borked on everything but netbsd apparently */
/* it usually doesn't work correctly on anything but sockets and pipes */ /* it usually doesn't work correctly on anything but sockets and pipes */
flags &= ~EVBACKEND_KQUEUE; flags &= ~EVBACKEND_KQUEUE;

Loading…
Cancel
Save