fix clang build
This commit is contained in:
parent
3eddd1abe9
commit
ab455ce495
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user