You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pstack-2.5.1/self.cc: In member function ‘virtual void pstack::Procman::SelfProcess::listLWPs(std::function<void(int)>)’:
pstack-2.5.1/self.cc:31:7: error: ‘gettid’ was not declared in this scope; did you mean ‘getuid’?
This is discussed in
https://stackoverflow.com/questions/30680550/c-gettid-was-not-declared-in-this-scope
And the solution:
fixes the issue
The text was updated successfully, but these errors were encountered: