diff options
author | root <root> | 2013-10-29 12:53:38 +0000 |
---|---|---|
committer | root <root> | 2013-10-29 12:53:38 +0000 |
commit | 20e8aa2b72bb6b0530da6f7f54f314c695a24d78 (patch) | |
tree | d7aa52a2210a207f3196f498571c536cf439e692 /ev.c | |
parent | 987110613b5e992d6444f4989f7d27c25808bef1 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r-- | ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |