rizsotto / scan-build

Clang's scan-build re-implementation in python
Other
362 stars 34 forks source link

Why the libear needs pthread library? #91

Closed wangnianwu closed 7 years ago

wangnianwu commented 7 years ago

`#include

include

include `

In the scan-build/libear/ear.c? I can not understand that the pthread header has been included. @rizsotto

rizsotto commented 7 years ago

It was introduced to fix multiithreaded build issues on OSX. (See this ticket form the twin project.)