*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2008-10-01 18:50:03 +00:00
parent d7ccf58a51
commit b45f881e66
2 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,10 @@
Revision history for libev, a high-performance and full-featured event loop.
WISH? monotonic clocks times/GetTickCount for coarse corrections?
WISH? monotonic clocks times/GetTickCount for coarse corrections?
- ev_once now passes both timeout and io to the callback if both
occur concurrently, instead of giving timeouts precedence.
- disable EV_USE_INOTIFY when sys/inotify.h is too old.
3.44 Mon Sep 29 05:18:39 CEST 2008
- embed watchers now automatically invoke ev_loop_fork on the

5
ev.c
View File

@ -289,6 +289,11 @@ extern "C" {
#if EV_USE_INOTIFY
# include <sys/inotify.h>
/* some very old inotify.h headers don't have IN_DONT_FOLLOW */
# ifndef IN_DONT_FOLLOW
# undef EV_USE_INOTIFY
# define EV_USE_INOTIFY 0
# endif
#endif
#if EV_SELECT_IS_WINSOCKET