aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-10 12:54:59 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-10 12:54:59 -0700
commitf083d10c6a8f92869089ce5546f9b1e07777f433 (patch)
tree0f1b141c0e0cf0ac6614e5c4ad1ac60bc63f4066 /src
parent339e421b29dc5a1369367ce6863a76ba8f3eda71 (diff)
Fix portability
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/iomgr/timer_uv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/timer_uv.c b/src/core/lib/iomgr/timer_uv.c
index 8e8a07578c..a242c64587 100644
--- a/src/core/lib/iomgr/timer_uv.c
+++ b/src/core/lib/iomgr/timer_uv.c
@@ -100,4 +100,6 @@ bool grpc_timer_check(grpc_exec_ctx *exec_ctx, gpr_timespec now,
void grpc_timer_list_init(gpr_timespec now) {}
void grpc_timer_list_shutdown(grpc_exec_ctx *exec_ctx) {}
+void grpc_timer_consume_kick(void) {}
+
#endif /* GRPC_UV */