提交 ab455ce4 编写于 作者: I Islam AbdelRahman

fix clang build

上级 3eddd1ab
......@@ -1435,7 +1435,7 @@ class PosixEnv : public Env {
return gettid(tid);
}
virtual uint64_t GetThreadID() const {
virtual uint64_t GetThreadID() const override {
return gettid(pthread_self());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册