This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libev
mirror of
/home/gitosis/repositories/libev.git
Watch
1
Star
0
Fork
0
Code
Releases
62
Activity
Browse Source
*** empty log message ***
master
Marc Alexander Lehmann
13 years ago
parent
f8c787dcba
commit
7dbe21d080
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
ev.c
+ 2
- 2
ev.c
View File
@ -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
;
}
Write
Preview
Loading…
Cancel
Save