aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-29 18:20:16 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-09 16:32:48 +0200
commitf0208acffc0f20e7e557b3bb237cdd09d601e484 (patch)
treea8c310c344f7112a832a15acf9e2f0177de384a2 /third_party
parentf1a3e0c25a04fc84f3632c09d1f704be70c7fc58 (diff)
ares using monotonic clock on darwin breaks the build
Diffstat (limited to 'third_party')
-rw-r--r--third_party/cares/config_darwin/ares_config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/cares/config_darwin/ares_config.h b/third_party/cares/config_darwin/ares_config.h
index 56dd86fda9..bca7cfbcc7 100644
--- a/third_party/cares/config_darwin/ares_config.h
+++ b/third_party/cares/config_darwin/ares_config.h
@@ -67,7 +67,9 @@
#define HAVE_BOOL_T
/* Define to 1 if you have the clock_gettime function and monotonic timer. */
-#define HAVE_CLOCK_GETTIME_MONOTONIC
+/* IMPORTANT: gRPC MANUAL EDIT HERE!
+ * defining HAVE_CLOCK_GETTIME_MONOTONIC breaks the MacOS build on gRPC CI */
+/* #undef HAVE_CLOCK_GETTIME_MONOTONIC */
/* Define to 1 if you have the closesocket function. */
/* #undef HAVE_CLOSESOCKET */