From 5321e425a068a8d4bccd01a7f47ff6de7250d2db Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 30 Jan 2020 21:19:08 -0500 Subject: [PATCH] build break non-TLS Former-commit-id: 72e455b94739625a217a664b61f4a4b7ae98f7f1 --- src/tls.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tls.cpp b/src/tls.cpp index 3ec256c7f..e984b82ac 100644 --- a/src/tls.cpp +++ b/src/tls.cpp @@ -893,4 +893,6 @@ int tlsHasPendingData() { void tlsProcessPendingData() { } +void tlsInitThread() {} + #endif