summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2007-10-30 23:55:29 +0000
committerroot <root>2007-10-30 23:55:29 +0000
commit096e6ef16f52ddf1b6abcba43a9bbe29aa653735 (patch)
tree4c5568c9b7fe8397bd5387908726d49379aa2009
parentfd6d7a01bca4544f5674438b189ba5ec1bce98af (diff)
*** empty log message ***
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 889dfe6..7e5923f 100644
--- a/ev.c
+++ b/ev.c
@@ -12,8 +12,8 @@
# define HAVE_MONOTONIC 1
#endif
-#define HAVE_EPOLL 1
#define HAVE_REALTIME 1
+#define HAVE_EPOLL 1
#define HAVE_SELECT 1
#define MIN_TIMEJUMP 1. /* minimum timejump that gets detected (if monotonic clock available) */