From c3cff285773afdb23bdc7ed508d9e69e6448fa14 Mon Sep 17 00:00:00 2001 From: i7-8700 <1281261856@qq.com> Date: Tue, 17 Dec 2019 17:56:45 +0800 Subject: [PATCH] testing linux build 6 --- jlib/base/currentthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jlib/base/currentthread.h b/jlib/base/currentthread.h index 918644d..a6f36c8 100644 --- a/jlib/base/currentthread.h +++ b/jlib/base/currentthread.h @@ -47,7 +47,7 @@ inline void cacheTid() { inline uint64_t tid() { #ifdef JLIB_LINUX if (__builtin_expect(t_cachedTid == 0, 0)) { - cachedTid(); + cacheTid(); } #else if (t_cachedTid != 0) { -- 2.18.1