mirror of https://github.com/lukechilds/node.git
Browse Source
pthread_t is a pointer type on OS X but an unsigned long on most other platforms. Use a C style cast because reinterpret_cast nor static_cast work in all cases.v0.9.2-release
Ben Noordhuis
12 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue