aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/thd_windows.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/support/thd_windows.cc')
-rw-r--r--src/core/lib/support/thd_windows.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/support/thd_windows.cc b/src/core/lib/support/thd_windows.cc
index 5bda7f440c..0875c2f03e 100644
--- a/src/core/lib/support/thd_windows.cc
+++ b/src/core/lib/support/thd_windows.cc
@@ -50,6 +50,8 @@ static void destroy_thread(struct thd_info* t) {
gpr_free(t);
}
+void gpr_thd_init(void) {}
+
/* Body of every thread started via gpr_thd_new. */
static DWORD WINAPI thread_body(void* v) {
g_thd_info = (struct thd_info*)v;