From 20e8aa2b72bb6b0530da6f7f54f314c695a24d78 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Oct 2013 12:53:38 +0000 Subject: *** empty log message *** --- ev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev.c') diff --git a/ev.c b/ev.c index 4bfbe94..c8e7fb2 100644 --- a/ev.c +++ b/ev.c @@ -251,7 +251,7 @@ #endif #ifndef EV_USE_CLOCK_SYSCALL -# if __linux && __GLIBC__ >= 2 +# if __linux && __GLIBC__ == 2 && __GLIBC_MINOR__ < 17 # define EV_USE_CLOCK_SYSCALL EV_FEATURE_OS # else # define EV_USE_CLOCK_SYSCALL 0 -- cgit v1.2.3