correct a minor mistake
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 16 Aug 2015 18:11:13 +0000 (20:11 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 16 Aug 2015 18:12:04 +0000 (20:12 +0200)
common.h

index 6073f03..a607c88 100644 (file)
--- a/common.h
+++ b/common.h
@@ -413,7 +413,7 @@ typedef char* env_var_t;
 
 #if !defined(RPCC_DEFINED) && !defined(OS_WINDOWS)
 #ifdef _POSIX_MONOTONIC_CLOCK
-#if defined(__GNUC_PREREQ) && __GLIBC_PREREQ(2, 17) // don't require -lrt
+#if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 17) // don't require -lrt
 #define USE_MONOTONIC
 #elif defined(OS_ANDROID)
 #define USE_MONOTONIC