plasma-umass / coz

Coz: Causal Profiling
Other
4.08k stars 159 forks source link

Fixed issue with gettid() not available with glibc < 2.30. #165

Closed pmcgleenon closed 4 years ago

pmcgleenon commented 4 years ago

In that case use the syscall interface directly

https://stackoverflow.com/questions/30680550/c-gettid-was-not-declared-in-this-scope Fixes #154

emeryberger commented 4 years ago

Thanks!